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

Packages that use TypeType
org.w3._1999.xlink   
 

Uses of TypeType in org.w3._1999.xlink
 

Fields in org.w3._1999.xlink declared as TypeType
protected  TypeType Simple.type
           
protected  TypeType LocatorType.type
           
protected  TypeType ResourceType.type
           
protected  TypeType ArcType.type
           
protected  TypeType Extended.type
           
protected  TypeType TitleEltType.type
           
 

Methods in org.w3._1999.xlink that return TypeType
static TypeType TypeType.fromValue(String v)
           
 TypeType Simple.getType()
          Gets the value of the type property.
 TypeType LocatorType.getType()
          Gets the value of the type property.
 TypeType ResourceType.getType()
          Gets the value of the type property.
 TypeType ArcType.getType()
          Gets the value of the type property.
 TypeType Extended.getType()
          Gets the value of the type property.
 TypeType TitleEltType.getType()
          Gets the value of the type property.
static TypeType TypeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TypeType[] TypeType.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 TypeType
 void Simple.setType(TypeType value)
          Sets the value of the type property.
 void LocatorType.setType(TypeType value)
          Sets the value of the type property.
 void ResourceType.setType(TypeType value)
          Sets the value of the type property.
 void ArcType.setType(TypeType value)
          Sets the value of the type property.
 void Extended.setType(TypeType value)
          Sets the value of the type property.
 void TitleEltType.setType(TypeType value)
          Sets the value of the type property.
 



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