com.monad.homerun.base
Class NamedType

java.lang.Object
  extended by com.monad.homerun.base.NamedType
All Implemented Interfaces:
java.io.Serializable

public class NamedType
extends java.lang.Object
implements java.io.Serializable

ValueType is an enumeration of value data types, with optional names.

See Also:
Serialized Form

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

NamedType

public NamedType(ValueType type)
Method Detail

getName

public java.lang.String getName()
Returns the name (key) of the specifier

Returns:
name the specifier name

getType

public ValueType getType()
Returns the datatype of the specifier value

Returns:
type the datatype of the specifier value


Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.