com.cometway.om
Class PropsType

java.lang.Object
  extended by com.cometway.om.ObjectType
      extended by com.cometway.om.PropsType

public class PropsType
extends ObjectType

This is an IObjectManager type. An ObjectManager that supports this type can be used to create and manage Props objects. This Object is used to create new objects in an ObjectManager and fetch them by helping create the ObjectID.


Field Summary
static java.lang.String TYPE_STR
          This is the String name prefix for the PropsType ObjectType.
 
Fields inherited from class com.cometway.om.ObjectType
type
 
Constructor Summary
protected PropsType()
           
  PropsType(java.lang.String type)
          Creates a PropsType ObjectType whose name is to be the String parameter.
 
Method Summary
 
Methods inherited from class com.cometway.om.ObjectType
equals, getType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_STR

public static final java.lang.String TYPE_STR
This is the String name prefix for the PropsType ObjectType.

See Also:
Constant Field Values
Constructor Detail

PropsType

protected PropsType()

PropsType

public PropsType(java.lang.String type)
Creates a PropsType ObjectType whose name is to be the String parameter.

Parameters:
type - This is the name of this PropsType.