|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.tgo.model.IltObjectStateInfo
public class IltObjectStateInfo
Each IltObjectStateInfo instance describes a subclass of
IltObjectState.
IltObjectState| Constructor Summary | |
|---|---|
IltObjectStateInfo(Class clazz,
String description)
Creates the descriptor of an IltObjectState subclass. |
|
| Method Summary | |
|---|---|
static Enumeration |
AllObjectStateInfos()
Returns an enumeration of all existing object states. |
static IltObjectStateInfo |
FromClass(Class clazz,
boolean forceLoadInit)
Returns the class information for an object class. |
Class |
getDefiningClass()
Returns the object class, a subclass of IltObjectState. |
String |
getDescription()
Returns a description of the object state. |
ilog.tgo.mapper.state.IltListStateStrategy |
getListStrategy()
Returns the strategy used to list the states of this object state. |
ilog.tgo.mapper.state.IltMapStateStrategy |
getMapStrategy()
Returns the strategy used to map the states of this object state. |
IltObjectStateInfo |
getParent()
Returns the parent class descriptor. |
void |
setListStrategy(ilog.tgo.mapper.state.IltListStateStrategy strategy)
Sets the default strategy used to list the states of this object state. |
void |
setMapStrategy(ilog.tgo.mapper.state.IltMapStateStrategy strategy)
Sets the default strategy used to map the states of this object state. |
String |
toString()
Returns the String representation of this IltObjectStateInfo's values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IltObjectStateInfo(Class clazz,
String description)
IltObjectState subclass.
By convention, this descriptor is stored in a static class variable
called metainfo.
| Method Detail |
|---|
public static Enumeration AllObjectStateInfos()
IltObjectStateInfo
public static IltObjectStateInfo FromClass(Class clazz,
boolean forceLoadInit)
forceLoadInit - if true, force the loading and initialization of
the class, and don't return nullpublic IltObjectStateInfo getParent()
public Class getDefiningClass()
IltObjectState.
public String getDescription()
public ilog.tgo.mapper.state.IltMapStateStrategy getMapStrategy()
public void setMapStrategy(ilog.tgo.mapper.state.IltMapStateStrategy strategy)
IltObjectState instances directly using
IltObjectState.setMapStrategy.
public ilog.tgo.mapper.state.IltListStateStrategy getListStrategy()
public void setListStrategy(ilog.tgo.mapper.state.IltListStateStrategy strategy)
IltObjectState instances directly using
IltObjectState.setMapStrategy.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||