Uses of Class
org.w3.xlink.ActuateType

Packages that use ActuateType
org.w3.xlink   
 

Uses of ActuateType in org.w3.xlink
 

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

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

Constructors in org.w3.xlink with parameters of type ActuateType
Arc(List<Title> titles, TypeType type, String arcrole, String title, ShowType show, ActuateType actuate, String from, String to)
          Fully-initialising value constructor
Simple(List<Object> content, TypeType type, String href, String role, String arcrole, String title, ShowType show, ActuateType actuate)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.