Uses of Class
org.w3.x1999.xlink.ActuateType.Enum
-
Packages that use ActuateType.Enum Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of ActuateType.Enum in org.w3.x1999.xlink
Fields in org.w3.x1999.xlink declared as ActuateType.Enum Modifier and Type Field Description static ActuateType.EnumActuateType. NONEstatic ActuateType.EnumActuateType. ON_LOADstatic ActuateType.EnumActuateType. ON_REQUESTstatic ActuateType.EnumActuateType. OTHERMethods in org.w3.x1999.xlink that return ActuateType.Enum Modifier and Type Method Description static ActuateType.EnumActuateType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static ActuateType.EnumActuateType.Enum. forString(String s)Returns the enum value for a string, or null if none.ActuateType.EnumActuateAttribute. getActuate()Gets the "actuate" attributeActuateType.EnumArcType. getActuate()Gets the "actuate" attributeActuateType.EnumSimple. getActuate()Gets the "actuate" attributeMethods in org.w3.x1999.xlink with parameters of type ActuateType.Enum Modifier and Type Method Description voidActuateAttribute. setActuate(ActuateType.Enum actuate)Sets the "actuate" attributevoidArcType. setActuate(ActuateType.Enum actuate)Sets the "actuate" attributevoidSimple. setActuate(ActuateType.Enum actuate)Sets the "actuate" attribute -
Uses of ActuateType.Enum in org.w3.x1999.xlink.impl
Methods in org.w3.x1999.xlink.impl that return ActuateType.Enum Modifier and Type Method Description ActuateType.EnumActuateAttributeImpl. getActuate()Gets the "actuate" attributeActuateType.EnumArcTypeImpl. getActuate()Gets the "actuate" attributeActuateType.EnumSimpleImpl. getActuate()Gets the "actuate" attributeMethods in org.w3.x1999.xlink.impl with parameters of type ActuateType.Enum Modifier and Type Method Description voidActuateAttributeImpl. setActuate(ActuateType.Enum actuate)Sets the "actuate" attributevoidArcTypeImpl. setActuate(ActuateType.Enum actuate)Sets the "actuate" attributevoidSimpleImpl. setActuate(ActuateType.Enum actuate)Sets the "actuate" attribute
-