pt.ist.fenixframework.dml
Class EnumValueType
java.lang.Object
pt.ist.fenixframework.dml.EnumValueType
- All Implemented Interfaces:
- Serializable, ValueType
public class EnumValueType
- extends Object
- implements ValueType
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumValueType
public EnumValueType(String domainName,
String fullTypeName)
setDomainName
public void setDomainName(String domainName)
getBaseType
public PlainValueType getBaseType()
- Specified by:
getBaseType
in interface ValueType
getDomainName
public String getDomainName()
- Specified by:
getDomainName
in interface ValueType
getFullname
public String getFullname()
- Specified by:
getFullname
in interface ValueType
isBuiltin
public boolean isBuiltin()
- Specified by:
isBuiltin
in interface ValueType
isEnum
public boolean isEnum()
- Specified by:
isEnum
in interface ValueType
getExternalizationElements
public List<ExternalizationElement> getExternalizationElements()
- Specified by:
getExternalizationElements
in interface ValueType
getInternalizationMethodName
public String getInternalizationMethodName()
- Specified by:
getInternalizationMethodName
in interface ValueType
Copyright © 2013. All Rights Reserved.