de.grogra.graph
Class IntEnumerationAttribute

java.lang.Object
  extended by de.grogra.graph.Attribute<java.lang.Integer>
      extended by de.grogra.graph.IntAttribute
          extended by de.grogra.graph.IntEnumerationAttribute
All Implemented Interfaces:
Described, KeyDescription, java.lang.Comparable

public class IntEnumerationAttribute
extends IntAttribute


Field Summary
 
Fields inherited from class de.grogra.graph.Attribute
ATTRIBUTE_0, attrType, quantity
 
Fields inherited from interface de.grogra.util.Described
ACCELERATOR_KEY, ICON, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, TITLE
 
Constructor Summary
IntEnumerationAttribute(EnumerationType type)
           
IntEnumerationAttribute(java.lang.String simpleName, I18NBundle bundle, int count)
           
 
Method Summary
 
Methods inherited from class de.grogra.graph.IntAttribute
get, getDerived, getMaxValue, getMinValue, set, setDerived, setInt
 
Methods inherited from class de.grogra.graph.Attribute
compareTo, find, forName, getAttributeState, getDescription, getId, getKey, getQuantity, getSimpleName, getType, hashCode, initializeI18N, initializeName, isContained, isDerived, isWritable, setAttributeState, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntEnumerationAttribute

public IntEnumerationAttribute(EnumerationType type)

IntEnumerationAttribute

public IntEnumerationAttribute(java.lang.String simpleName,
                               I18NBundle bundle,
                               int count)