Uses of Class
net.ogdf.ogml.BoolIntType

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

Uses of BoolIntType in net.ogdf.ogml
 

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

Methods in net.ogdf.ogml that return BoolIntType
static BoolIntType BoolIntType.get(int value)
          Returns the 'Bool Int Type' literal with the specified integer value.
static BoolIntType BoolIntType.get(String literal)
          Returns the 'Bool Int Type' literal with the specified literal value.
static BoolIntType BoolIntType.getByName(String name)
          Returns the 'Bool Int Type' literal with the specified name.
 BoolIntType BooleanType.getValue()
          Returns the value of the 'Value' attribute.
static BoolIntType BoolIntType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BoolIntType[] BoolIntType.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 BoolIntType
 void BooleanType.setValue(BoolIntType value)
          Sets the value of the 'Value' attribute.
 

Uses of BoolIntType in net.ogdf.ogml.impl
 

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

Methods in net.ogdf.ogml.impl that return BoolIntType
 BoolIntType OgmlFactoryImpl.createBoolIntTypeFromString(EDataType eDataType, String initialValue)
           
 BoolIntType OgmlFactoryImpl.createBoolIntTypeObjectFromString(EDataType eDataType, String initialValue)
           
 BoolIntType BooleanTypeImpl.getValue()
           
 

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