|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MList
An interface for a List that can be used as a ProbeAttributeType. This is called MList (meaning Measurment List) to differentiate it from java's builtin List type.
Method Summary | |
---|---|
MList |
add(MListValue value)
Add a value to the list. |
MList |
add(java.lang.Object value)
Add an object value to the list. |
MListValue |
get(int n)
Get the Nth element from a list. |
ProbeAttributeType |
getType()
Get the type of the elements for a MList. |
MList |
set(int n,
MListValue value)
Set the Nth element of a list. |
int |
size()
Get the size of the list |
java.util.List<MListValue> |
toList()
Convert the List to a java.util.List. |
Method Detail |
---|
int size()
MListValue get(int n)
MList set(int n, MListValue value) throws TypeException
TypeException
MList add(MListValue value) throws TypeException
TypeException
MList add(java.lang.Object value) throws TypeException
TypeException
ProbeAttributeType getType()
java.util.List<MListValue> toList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |