| Modifier and Type | Field and Description |
|---|---|
static XMLTypeValue |
XMLTypeValue.TV_ATTRIBUTE_LITERAL
The 'TV ATTRIBUTE' literal object.
|
static XMLTypeValue |
XMLTypeValue.TV_CONTENT_LITERAL
The 'TV CONTENT' literal object.
|
static XMLTypeValue |
XMLTypeValue.TV_ELEMENT_LITERAL
The 'TV ELEMENT' literal object.
|
| Modifier and Type | Method and Description |
|---|---|
static XMLTypeValue |
XMLTypeValue.get(int value)
Returns the 'XML Type Value' literal with the specified integer value.
|
static XMLTypeValue |
XMLTypeValue.get(java.lang.String literal)
Returns the 'XML Type Value' literal with the specified literal value.
|
static XMLTypeValue |
XMLTypeValue.getByName(java.lang.String name)
Returns the 'XML Type Value' literal with the specified name.
|
XMLTypeValue |
XMLType.getType()
Returns the value of the 'Type' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLType.setType(XMLTypeValue value)
Sets the value of the '
Type' attribute. |