com.monad.homerun.object
Class TypeProperty
java.lang.Object
com.monad.homerun.object.TypeProperty
- All Implemented Interfaces:
- java.io.Serializable
public class TypeProperty
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- richard
TypeProperty contains the details of typ properties.
- See Also:
- Serialized Form
Constructor Summary |
TypeProperty()
|
TypeProperty(java.lang.String name,
java.lang.String value,
java.lang.String type,
boolean index)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeProperty
public TypeProperty()
TypeProperty
public TypeProperty(java.lang.String name,
java.lang.String value,
java.lang.String type,
boolean index)
getName
public java.lang.String getName()
getValue
public java.lang.String getValue()
getType
public java.lang.String getType()
isIndexed
public boolean isIndexed()
Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.