Uses of Class
de.cau.cs.kieler.kiml.graphviz.dot.dot.AttributeType

Packages that use AttributeType
de.cau.cs.kieler.kiml.graphviz.dot.dot   
de.cau.cs.kieler.kiml.graphviz.dot.dot.impl   
 

Uses of AttributeType in de.cau.cs.kieler.kiml.graphviz.dot.dot
 

Fields in de.cau.cs.kieler.kiml.graphviz.dot.dot with type parameters of type AttributeType
static List<AttributeType> AttributeType.VALUES
          A public read-only list of all the 'Attribute Type' enumerators.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot that return AttributeType
static AttributeType AttributeType.get(int value)
          Returns the 'Attribute Type' literal with the specified integer value.
static AttributeType AttributeType.get(String literal)
          Returns the 'Attribute Type' literal with the specified literal value.
static AttributeType AttributeType.getByName(String name)
          Returns the 'Attribute Type' literal with the specified name.
 AttributeType AttributeStatement.getType()
          Returns the value of the 'Type' attribute.
static AttributeType AttributeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttributeType[] AttributeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot with parameters of type AttributeType
 void AttributeStatement.setType(AttributeType value)
          Sets the value of the 'Type' attribute.
 

Uses of AttributeType in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl
 

Fields in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl declared as AttributeType
protected  AttributeType AttributeStatementImpl.type
          The cached value of the 'Type' attribute.
protected static AttributeType AttributeStatementImpl.TYPE_EDEFAULT
          The default value of the 'Type' attribute.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that return AttributeType
 AttributeType DotFactoryImpl.createAttributeTypeFromString(EDataType eDataType, String initialValue)
           
 AttributeType AttributeStatementImpl.getType()
           
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl with parameters of type AttributeType
 void AttributeStatementImpl.setType(AttributeType newType)