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)


Fields inherited from class com.vm.mind.MIAnything
IS_ERROR, IS_LINK, IS_LIST, IS_SHARED, IS_SYSTEM, IS_VALUE, m_valid
 
Constructor Summary
MIProperty(MIAnything i_is)
           
 
Method Summary
 boolean delThing(MIThing i_thing)
           
 java.lang.String getKey(java.lang.String i_name)
           
 MIList getList()
           
 java.lang.String getString()
           
 MIThing getThing()
           
 boolean setString(java.lang.String i_string)
           
 boolean setThing(MIThing i_thing)
           
 
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
 

Constructor Detail

MIProperty

public MIProperty(MIAnything i_is)
Method Detail

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()