| Package | Description |
|---|---|
| org.w3._1999.xlink |
| Modifier and Type | Field and Description |
|---|---|
protected TypeType |
ResourceType.type |
protected TypeType |
LocatorType.type |
protected TypeType |
Simple.type |
protected TypeType |
ArcType.type |
protected TypeType |
Extended.type |
protected TypeType |
TitleEltType.type |
| Modifier and Type | Method and Description |
|---|---|
static TypeType |
TypeType.fromValue(String v) |
TypeType |
ResourceType.getType()
Gets the value of the type property.
|
TypeType |
LocatorType.getType()
Gets the value of the type property.
|
TypeType |
Simple.getType()
Gets the value of the type property.
|
TypeType |
ArcType.getType()
Gets the value of the type property.
|
TypeType |
Extended.getType()
Gets the value of the type property.
|
TypeType |
TitleEltType.getType()
Gets the value of the type property.
|
static TypeType |
TypeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeType[] |
TypeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceType.setType(TypeType value)
Sets the value of the type property.
|
void |
LocatorType.setType(TypeType value)
Sets the value of the type property.
|
void |
Simple.setType(TypeType value)
Sets the value of the type property.
|
void |
ArcType.setType(TypeType value)
Sets the value of the type property.
|
void |
Extended.setType(TypeType value)
Sets the value of the type property.
|
void |
TitleEltType.setType(TypeType value)
Sets the value of the type property.
|
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.