pt.ist.fenixframework.dml
Class ParamValueType

Package class diagram package ParamValueType
java.lang.Object
  extended by pt.ist.fenixframework.dml.ParamValueType
All Implemented Interfaces:
Serializable, ValueType

public class ParamValueType
extends Object
implements ValueType

See Also:
Serialized Form

Constructor Summary
ParamValueType(PlainValueType baseType, String typeArguments)
           
 
Method Summary
 PlainValueType getBaseType()
           
 String getDomainName()
           
 List<ExternalizationElement> getExternalizationElements()
           
 String getFullname()
           
 String getInternalizationMethodName()
           
 boolean isBuiltin()
           
 boolean isEnum()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParamValueType

public ParamValueType(PlainValueType baseType,
                      String typeArguments)
Method Detail

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.