pt.ist.fenixframework.dml
Class ParamValueType
java.lang.Object
pt.ist.fenixframework.dml.ParamValueType
- All Implemented Interfaces:
- Serializable, ValueType
public class ParamValueType
- 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 |
ParamValueType
public ParamValueType(PlainValueType baseType,
String typeArguments)
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.