Interface EnumerateDomainType
-
- All Superinterfaces:
DomainType
,PrimitiveDomainType
- All Known Implementing Classes:
BaseEnumerateDomainType
,StringEnumerateDomainType
public interface EnumerateDomainType extends PrimitiveDomainType
The ModelReference implements the reference extensions used for the Data Access Layer. See here for more information.- Author:
- mtaal
-
-
Field Summary
-
Fields inherited from interface org.openbravo.base.model.domaintype.PrimitiveDomainType
EMPTY_STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<? extends Object>
getEnumerateValues()
The set of enumerate values in case this reference is an Enumerate.-
Methods inherited from interface org.openbravo.base.model.domaintype.DomainType
checkIsValidValue, checkObjectIsValid, getModelProvider, getReference, initialize, setModelProvider, setReference
-
Methods inherited from interface org.openbravo.base.model.domaintype.PrimitiveDomainType
convertToString, createFromString, getFormatId, getHibernateType, getPrimitiveType, getXMLSchemaType
-
-