Uses of Class
org.w3.xlink.ActuateType
-
Packages that use ActuateType Package Description org.w3.xlink -
-
Uses of ActuateType in org.w3.xlink
Fields in org.w3.xlink declared as ActuateType Modifier and Type Field Description protected ActuateTypeArcType. actuateprotected ActuateTypeSimple. actuateMethods in org.w3.xlink that return ActuateType Modifier and Type Method Description static ActuateTypeActuateType. fromValue(String v)ActuateTypeArcType. getActuate()Gets the value of the actuate property.ActuateTypeSimple. getActuate()Gets the value of the actuate property.static ActuateTypeActuateType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActuateType[]ActuateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.w3.xlink with parameters of type ActuateType Modifier and Type Method Description voidArcType. setActuate(ActuateType value)Sets the value of the actuate property.voidSimple. setActuate(ActuateType value)Sets the value of the actuate property.ArcType.Builder<_B>ArcType.Builder. withActuate(ActuateType actuate)Sets the new value of "actuate" (any previous value will be replaced)Simple.Builder<_B>Simple.Builder. withActuate(ActuateType actuate)Sets the new value of "actuate" (any previous value will be replaced)
-