|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActuateType | |
---|---|
org.w3.xlink | |
org.w3.xlink.impl |
Uses of ActuateType in org.w3.xlink |
---|
Fields in org.w3.xlink declared as ActuateType | |
---|---|
static ActuateType |
ActuateType.NONE_LITERAL
The 'None' literal object. |
static ActuateType |
ActuateType.ON_LOAD_LITERAL
The 'On Load' literal object. |
static ActuateType |
ActuateType.ON_REQUEST_LITERAL
The 'On Request' literal object. |
static ActuateType |
ActuateType.OTHER_LITERAL
The 'Other' literal object. |
Methods in org.w3.xlink that return ActuateType | |
---|---|
static ActuateType |
ActuateType.get(int value)
Returns the 'Actuate Type' literal with the specified integer value. |
static ActuateType |
ActuateType.get(java.lang.String literal)
Returns the 'Actuate Type' literal with the specified literal value. |
ActuateType |
DocumentRoot.getActuate()
Returns the value of the 'Actuate' attribute. |
static ActuateType |
ActuateType.getByName(java.lang.String name)
Returns the 'Actuate Type' literal with the specified name. |
Methods in org.w3.xlink with parameters of type ActuateType | |
---|---|
void |
DocumentRoot.setActuate(ActuateType value)
Sets the value of the ' Actuate ' attribute. |
Uses of ActuateType in org.w3.xlink.impl |
---|
Fields in org.w3.xlink.impl declared as ActuateType | |
---|---|
protected ActuateType |
DocumentRootImpl.actuate
The cached value of the ' Actuate ' attribute. |
protected static ActuateType |
DocumentRootImpl.ACTUATE_EDEFAULT
The default value of the ' Actuate ' attribute. |
Methods in org.w3.xlink.impl that return ActuateType | |
---|---|
ActuateType |
XlinkFactoryImpl.createActuateTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
ActuateType |
XlinkFactoryImpl.createActuateTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
ActuateType |
DocumentRootImpl.getActuate()
|
Methods in org.w3.xlink.impl with parameters of type ActuateType | |
---|---|
void |
DocumentRootImpl.setActuate(ActuateType newActuate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |