Uses of Class
net.ogdf.ogml.BoolTFType

Packages that use BoolTFType
net.ogdf.ogml   
net.ogdf.ogml.impl   
 

Uses of BoolTFType in net.ogdf.ogml
 

Fields in net.ogdf.ogml with type parameters of type BoolTFType
static List<BoolTFType> BoolTFType.VALUES
          A public read-only list of all the 'Bool TF Type' enumerators.
 

Methods in net.ogdf.ogml that return BoolTFType
static BoolTFType BoolTFType.get(int value)
          Returns the 'Bool TF Type' literal with the specified integer value.
static BoolTFType BoolTFType.get(String literal)
          Returns the 'Bool TF Type' literal with the specified literal value.
static BoolTFType BoolTFType.getByName(String name)
          Returns the 'Bool TF Type' literal with the specified name.
 BoolTFType BoolType.getValue()
          Returns the value of the 'Value' attribute.
static BoolTFType BoolTFType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BoolTFType[] BoolTFType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.ogdf.ogml with parameters of type BoolTFType
 void BoolType.setValue(BoolTFType value)
          Sets the value of the 'Value' attribute.
 

Uses of BoolTFType in net.ogdf.ogml.impl
 

Fields in net.ogdf.ogml.impl declared as BoolTFType
protected  BoolTFType BoolTypeImpl.value
          The cached value of the 'Value' attribute.
protected static BoolTFType BoolTypeImpl.VALUE_EDEFAULT
          The default value of the 'Value' attribute.
 

Methods in net.ogdf.ogml.impl that return BoolTFType
 BoolTFType OgmlFactoryImpl.createBoolTFTypeFromString(EDataType eDataType, String initialValue)
           
 BoolTFType OgmlFactoryImpl.createBoolTFTypeObjectFromString(EDataType eDataType, String initialValue)
           
 BoolTFType BoolTypeImpl.getValue()
           
 

Methods in net.ogdf.ogml.impl with parameters of type BoolTFType
 void BoolTypeImpl.setValue(BoolTFType newValue)