org.ow2.bonita.facade.def.dataType.impl
Class EnumerationTypeDefImpl

java.lang.Object
  extended by org.ow2.bonita.facade.def.DefImpl
      extended by org.ow2.bonita.facade.def.dataType.impl.DataTypeValueImpl
          extended by org.ow2.bonita.facade.def.dataType.impl.EnumerationTypeDefImpl
All Implemented Interfaces:
DataTypeValue, EnumerationTypeDef

public class EnumerationTypeDefImpl
extends DataTypeValueImpl
implements EnumerationTypeDef


Field Summary
protected  java.util.Set<java.lang.String> enumerationValues
           
 
Constructor Summary
protected EnumerationTypeDefImpl()
           
  EnumerationTypeDefImpl(java.util.Set<java.lang.String> enumerationValues)
           
 
Method Summary
 EnumerationTypeDefImpl copy()
           
 java.util.Set<java.lang.String> getEnumerationValues()
           
 
Methods inherited from class org.ow2.bonita.facade.def.DefImpl
copy, copy, copy, copy, copy, copy, copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enumerationValues

protected java.util.Set<java.lang.String> enumerationValues
Constructor Detail

EnumerationTypeDefImpl

protected EnumerationTypeDefImpl()

EnumerationTypeDefImpl

public EnumerationTypeDefImpl(java.util.Set<java.lang.String> enumerationValues)
Method Detail

copy

public EnumerationTypeDefImpl copy()
Specified by:
copy in class DefImpl

getEnumerationValues

public java.util.Set<java.lang.String> getEnumerationValues()
Specified by:
getEnumerationValues in interface EnumerationTypeDef