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
Constructor Summary |
MIList()
|
MIList(java.lang.String i_keyexpr)
|
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 |
MIList
public MIList()
MIList
public MIList(java.lang.String i_keyexpr)
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()