public class MultifieldValue extends PrimitiveValue
| Constructor and Description |
|---|
MultifieldValue() |
MultifieldValue(java.util.List value) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveValue |
get(int index) |
java.util.List |
multifieldValue() |
void |
release() |
void |
retain() |
int |
size() |
java.lang.String |
toString() |
equals, getValue, hashCodepublic MultifieldValue()
public MultifieldValue(java.util.List value)
public java.util.List multifieldValue()
public PrimitiveValue get(int index)
public int size()
public void retain()
retain in class PrimitiveValuepublic void release()
release in class PrimitiveValuepublic java.lang.String toString()
toString in class PrimitiveValue