|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.monad.homerun.base.NamedType
public class NamedType
ValueType is an enumeration of value data types, with optional names.
Constructor Summary | |
---|---|
NamedType(ValueType type)
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name (key) of the specifier |
ValueType |
getType()
Returns the datatype of the specifier value |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamedType(ValueType type)
Method Detail |
---|
public java.lang.String getName()
public ValueType getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |