public class IntegerValue extends PrimitiveValue implements Serializable
Constructor and Description |
---|
IntegerValue() |
Modifier and Type | Method and Description |
---|---|
Long[] |
getValues()
Gets the Integer values contained in this object.
|
Long |
getValues(int index)
Gets the value at the specified index in the Values array.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setValues(int index,
Long value)
Sets the value at the specified index in the fValues array.
|
void |
setValues(Long[] value)
Sets the Integer values contained in this object.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
getDescription, getKey, setDescription, setKey
public void setValues(Long[] value)
public Long[] getValues()
public void setValues(int index, Long value)
public Long getValues(int index)
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class PrimitiveValue
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class PrimitiveValue
public String toString()
ServiceDataObject
toString
in class PrimitiveValue
© Copyright 2017 OpenText Corp. All Rights Reserved.