public class ItemReferenceAttribute extends PrimitiveAttribute implements Serializable
Constructor and Description |
---|
ItemReferenceAttribute() |
Modifier and Type | Method and Description |
---|---|
String[] |
getValidTypes()
Gets the list of valid item types.
|
String |
getValidTypes(int index)
Gets the value at the specified index in the ValidTypes array.
|
Long[] |
getValues()
Gets the array of default values for the attribute.
|
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 |
setValidTypes(int index,
String value)
Sets the value at the specified index in the fValidTypes array.
|
void |
setValidTypes(String[] value)
Sets the list of valid item types.
|
void |
setValues(int index,
Long value)
Sets the value at the specified index in the fValues array.
|
void |
setValues(Long[] value)
Sets the array of default values for the attribute.
|
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.
|
getDisplayName, getID, getKey, getMaxValues, getMinValues, getReadOnly, getRequired, getSearchable, getType, setDisplayName, setID, setKey, setMaxValues, setMinValues, setReadOnly, setRequired, setSearchable, setType
public void setValidTypes(String[] value)
public String[] getValidTypes()
public void setValidTypes(int index, String value)
public String getValidTypes(int index)
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 PrimitiveAttribute
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class PrimitiveAttribute
public String toString()
ServiceDataObject
toString
in class PrimitiveAttribute
© Copyright 2017 OpenText Corp. All Rights Reserved.