Uses of Class
org.graphdrawing.graphml.KeyTypeType

Packages that use KeyTypeType
org.graphdrawing.graphml   
org.graphdrawing.graphml.impl   
 

Uses of KeyTypeType in org.graphdrawing.graphml
 

Fields in org.graphdrawing.graphml with type parameters of type KeyTypeType
static List<KeyTypeType> KeyTypeType.VALUES
          A public read-only list of all the 'Key Type Type' enumerators.
 

Methods in org.graphdrawing.graphml that return KeyTypeType
static KeyTypeType KeyTypeType.get(int value)
          Returns the 'Key Type Type' literal with the specified integer value.
static KeyTypeType KeyTypeType.get(String literal)
          Returns the 'Key Type Type' literal with the specified literal value.
 KeyTypeType KeyType.getAttrType()
          Returns the value of the 'Attr Type' attribute.
static KeyTypeType KeyTypeType.getByName(String name)
          Returns the 'Key Type Type' literal with the specified name.
static KeyTypeType KeyTypeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KeyTypeType[] KeyTypeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.graphdrawing.graphml with parameters of type KeyTypeType
 void KeyType.setAttrType(KeyTypeType value)
          Sets the value of the 'Attr Type' attribute.
 

Uses of KeyTypeType in org.graphdrawing.graphml.impl
 

Fields in org.graphdrawing.graphml.impl declared as KeyTypeType
protected static KeyTypeType KeyTypeImpl.ATTR_TYPE_EDEFAULT
          The default value of the 'Attr Type' attribute.
protected  KeyTypeType KeyTypeImpl.attrType
          The cached value of the 'Attr Type' attribute.
 

Methods in org.graphdrawing.graphml.impl that return KeyTypeType
 KeyTypeType GraphMLFactoryImpl.createKeyTypeTypeFromString(EDataType eDataType, String initialValue)
           
 KeyTypeType GraphMLFactoryImpl.createKeyTypeTypeObjectFromString(EDataType eDataType, String initialValue)
           
 KeyTypeType KeyTypeImpl.getAttrType()
           
 

Methods in org.graphdrawing.graphml.impl with parameters of type KeyTypeType
 void KeyTypeImpl.setAttrType(KeyTypeType newAttrType)