public class ConstMFInt32 extends ConstMField
Constructor and Description |
---|
ConstMFInt32(int[] values)
Construct a read-only MFInt32 field.
|
ConstMFInt32(int size,
int[] values)
Construct a read-only MFInt32 field.
|
Modifier and Type | Method and Description |
---|---|
int |
get1Value(int index)
Retrieve a particular element from an MFInt32 field.
|
int |
getSize()
Number of elements contained in the MField.
|
void |
getValue(int[] values)
Retrieves the complete list of integers making up an MFInt32 field.
|
clone
public ConstMFInt32(int size, int[] values)
size
- Number of integers to initialize object with.values
- List of integers to initialize object with.public ConstMFInt32(int[] values)
values
- List of integers to initialize object with.public int getSize()
ConstMField
getSize
in class ConstMField
public void getValue(int[] values)
values
- Array to put resulting list of integers in.public int get1Value(int index)
index
- Position of desired element.