Uses of Class
org.w3._1999.xlink.ActuateType

Packages that use ActuateType
org.w3._1999.xlink   
 

Uses of ActuateType in org.w3._1999.xlink
 

Fields in org.w3._1999.xlink declared as ActuateType
protected  ActuateType Simple.actuate
           
protected  ActuateType ArcType.actuate
           
 

Methods in org.w3._1999.xlink that return ActuateType
static ActuateType ActuateType.fromValue(String v)
           
 ActuateType Simple.getActuate()
          Gets the value of the actuate property.
 ActuateType ArcType.getActuate()
          Gets the value of the actuate property.
static ActuateType ActuateType.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._1999.xlink with parameters of type ActuateType
 void Simple.setActuate(ActuateType value)
          Sets the value of the actuate property.
 void ArcType.setActuate(ActuateType value)
          Sets the value of the actuate property.
 



Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.