| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Field and Description |
|---|---|
static Attribute.Use.Enum |
Attribute.Use.OPTIONAL |
static Attribute.Use.Enum |
Attribute.Use.PROHIBITED |
static Attribute.Use.Enum |
Attribute.Use.REQUIRED |
| Modifier and Type | Method and Description |
|---|---|
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(String s)
Returns the enum value for a string, or null if none.
|
Attribute.Use.Enum |
Attribute.getUse()
Gets the "use" attribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attribute.setUse(Attribute.Use.Enum use)
Sets the "use" attribute
|
| Modifier and Type | Method and Description |
|---|---|
Attribute.Use.Enum |
AttributeImpl.getUse()
Gets the "use" attribute
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeImpl.setUse(Attribute.Use.Enum use)
Sets the "use" attribute
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.