org.ow2.bonita.facade.def.dataType
Interface EnumerationTypeDefinition

All Superinterfaces:
DataTypeValue, java.io.Serializable

public interface EnumerationTypeDefinition
extends DataTypeValue

XPDL Enumeration Type definition.


Method Summary
 java.util.Set<java.lang.String> getEnumerationValues()
          Returns the (unordered) set of enumeration values within the enumeration.
 
Methods inherited from interface org.ow2.bonita.facade.def.dataType.DataTypeValue
copy
 

Method Detail

getEnumerationValues

java.util.Set<java.lang.String> getEnumerationValues()
Returns the (unordered) set of enumeration values within the enumeration.



Copyright © 2009 OW2 Consortium. All Rights Reserved.