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

Packages that use TypeType
org.graphdrawing.graphml   
org.graphdrawing.graphml.impl   
org.w3._1999.xlink   
org.w3._1999.xlink.impl   
 

Uses of TypeType in org.graphdrawing.graphml
 

Methods in org.graphdrawing.graphml that return TypeType
 TypeType LocatorType.getType()
          Returns the value of the 'Type' attribute.
 

Methods in org.graphdrawing.graphml with parameters of type TypeType
 void LocatorType.setType(TypeType value)
          Sets the value of the 'Type' attribute.
 

Uses of TypeType in org.graphdrawing.graphml.impl
 

Fields in org.graphdrawing.graphml.impl declared as TypeType
protected  TypeType LocatorTypeImpl.type
          The cached value of the 'Type' attribute.
protected static TypeType LocatorTypeImpl.TYPE_EDEFAULT
          The default value of the 'Type' attribute.
 

Methods in org.graphdrawing.graphml.impl that return TypeType
 TypeType LocatorTypeImpl.getType()
           
 

Methods in org.graphdrawing.graphml.impl with parameters of type TypeType
 void LocatorTypeImpl.setType(TypeType newType)
           
 

Uses of TypeType in org.w3._1999.xlink
 

Fields in org.w3._1999.xlink with type parameters of type TypeType
static List<TypeType> TypeType.VALUES
          A public read-only list of all the 'Type Type' enumerators.
 

Methods in org.w3._1999.xlink that return TypeType
static TypeType TypeType.get(int value)
          Returns the 'Type Type' literal with the specified integer value.
static TypeType TypeType.get(String literal)
          Returns the 'Type Type' literal with the specified literal value.
static TypeType TypeType.getByName(String name)
          Returns the 'Type Type' literal with the specified name.
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.
 

Uses of TypeType in org.w3._1999.xlink.impl
 

Methods in org.w3._1999.xlink.impl that return TypeType
 TypeType XlinkFactoryImpl.createTypeTypeFromString(EDataType eDataType, String initialValue)
           
 TypeType XlinkFactoryImpl.createTypeTypeObjectFromString(EDataType eDataType, String initialValue)