Uses of Class
org.graphdrawing.graphml.KeyForType

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

Uses of KeyForType in org.graphdrawing.graphml
 

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

Methods in org.graphdrawing.graphml that return KeyForType
static KeyForType KeyForType.get(int value)
          Returns the 'Key For Type' literal with the specified integer value.
static KeyForType KeyForType.get(String literal)
          Returns the 'Key For Type' literal with the specified literal value.
static KeyForType KeyForType.getByName(String name)
          Returns the 'Key For Type' literal with the specified name.
 KeyForType KeyType.getFor()
          Returns the value of the 'For' attribute.
static KeyForType KeyForType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KeyForType[] KeyForType.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 KeyForType
 void KeyType.setFor(KeyForType value)
          Sets the value of the 'For' attribute.
 

Uses of KeyForType in org.graphdrawing.graphml.impl
 

Fields in org.graphdrawing.graphml.impl declared as KeyForType
protected  KeyForType KeyTypeImpl.for_
          The cached value of the 'For' attribute.
protected static KeyForType KeyTypeImpl.FOR_EDEFAULT
          The default value of the 'For' attribute.
 

Methods in org.graphdrawing.graphml.impl that return KeyForType
 KeyForType GraphMLFactoryImpl.createKeyForTypeFromString(EDataType eDataType, String initialValue)
           
 KeyForType GraphMLFactoryImpl.createKeyForTypeObjectFromString(EDataType eDataType, String initialValue)
           
 KeyForType KeyTypeImpl.getFor()
           
 

Methods in org.graphdrawing.graphml.impl with parameters of type KeyForType
 void KeyTypeImpl.setFor(KeyForType newFor)