com.vm.mind
Class MIList

java.lang.Object
  |
  +--com.vm.mind.MIAnything
        |
        +--com.vm.mind.MIList
All Implemented Interfaces:
ORObject

public class MIList
extends MIAnything


Fields inherited from class com.vm.mind.MIAnything
IS_ERROR, IS_LINK, IS_LIST, IS_SHARED, IS_SYSTEM, IS_VALUE, m_valid
 
Constructor Summary
MIList()
           
MIList(java.lang.String i_keyexpr)
           
 
Method Summary
 boolean add(MIAnything i_any)
           
 boolean del(MIAnything i_thing)
           
 java.util.Enumeration enumerate()
           
 MIAnything get(int index)
           
 int get(MIAnything i_thing)
           
 MIAnything get(java.lang.String i_name)
           
 MIAnything get(java.lang.String a_key, java.lang.String a_value)
           
 int getCount()
          Returns number of properties of given Anything/Thing
 int getMax()
           
 int getMin()
           
 int getNext(int index)
           
 
Methods inherited from class com.vm.mind.MIAnything
delThing, dump, fullDump, getKey, 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

MIList

public MIList()

MIList

public MIList(java.lang.String i_keyexpr)
Method Detail

add

public boolean add(MIAnything i_any)

del

public boolean del(MIAnything i_thing)

get

public int get(MIAnything i_thing)

getMin

public int getMin()

getMax

public int getMax()

getCount

public int getCount()
Description copied from interface: ORObject
Returns number of properties of given Anything/Thing
Overrides:
getCount in class MIAnything
Following copied from class: com.vm.mind.MIAnything
See Also:
ORObject

getNext

public int getNext(int index)

get

public MIAnything get(int index)

get

public MIAnything get(java.lang.String a_key,
                      java.lang.String a_value)
Since:
20010128

get

public MIAnything get(java.lang.String i_name)

enumerate

public java.util.Enumeration enumerate()