|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute.Use.Enum | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of Attribute.Use.Enum in org.w3.x2001.xmlSchema |
---|
Fields in org.w3.x2001.xmlSchema declared as Attribute.Use.Enum | |
---|---|
static Attribute.Use.Enum |
Attribute.Use.OPTIONAL
|
static Attribute.Use.Enum |
Attribute.Use.PROHIBITED
|
static Attribute.Use.Enum |
Attribute.Use.REQUIRED
|
Methods in org.w3.x2001.xmlSchema that return Attribute.Use.Enum | |
---|---|
static Attribute.Use.Enum |
Attribute.Use.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
static Attribute.Use.Enum |
Attribute.Use.Enum.forString(java.lang.String s)
Returns the enum value for a string, or null if none. |
Attribute.Use.Enum |
Attribute.getUse()
Gets the "use" attribute |
Methods in org.w3.x2001.xmlSchema with parameters of type Attribute.Use.Enum | |
---|---|
void |
Attribute.setUse(Attribute.Use.Enum use)
Sets the "use" attribute |
Uses of Attribute.Use.Enum in org.w3.x2001.xmlSchema.impl |
---|
Methods in org.w3.x2001.xmlSchema.impl that return Attribute.Use.Enum | |
---|---|
Attribute.Use.Enum |
AttributeImpl.getUse()
Gets the "use" attribute |
Methods in org.w3.x2001.xmlSchema.impl with parameters of type Attribute.Use.Enum | |
---|---|
void |
AttributeImpl.setUse(Attribute.Use.Enum use)
Sets the "use" attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |