com.vm.mind
Class MIProperty
java.lang.Object
|
+--com.vm.mind.MIAnything
|
+--com.vm.mind.MIProperty
- All Implemented Interfaces:
- ORObject
- public class MIProperty
- extends MIAnything
Represents Sign of Thing (Attribute Value of Class Objcet)
Methods inherited from class com.vm.mind.MIAnything |
delThing, dump, fullDump, getCount, getList, getName, getName, getQuery, getString, getThing, getType, getType, is, load, message, setString, SetString, setThing, SetThing, toString, valid |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MIProperty
public MIProperty(MIAnything i_is)
getKey
public java.lang.String getKey(java.lang.String i_name)
- Overrides:
getKey
in class MIAnything
- Following copied from class:
com.vm.mind.MIAnything
- Returns:
- key value for given key expression to be used in indexing Hashtable in
indexed Lists
setString
public boolean setString(java.lang.String i_string)
getString
public java.lang.String getString()
setThing
public boolean setThing(MIThing i_thing)
delThing
public boolean delThing(MIThing i_thing)
getThing
public MIThing getThing()
getList
public MIList getList()