public class SetAttribute extends Attribute implements Serializable
Constructor and Description |
---|
SetAttribute() |
Modifier and Type | Method and Description |
---|---|
Attribute[] |
getAttributes()
Gets the array of Attribute definition objects for the set.
|
Attribute |
getAttributes(int index)
Gets the value at the specified index in the Attributes array.
|
RowValue[] |
getValues()
Gets the array of default values for the attribute.
|
RowValue |
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 |
setAttributes(Attribute[] value)
Sets the array of Attribute definition objects for the set.
|
void |
setAttributes(int index,
Attribute value)
Sets the value at the specified index in the fAttributes array.
|
void |
setValues(int index,
RowValue value)
Sets the value at the specified index in the fValues array.
|
void |
setValues(RowValue[] 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 setAttributes(Attribute[] value)
public Attribute[] getAttributes()
public void setAttributes(int index, Attribute value)
public Attribute getAttributes(int index)
public void setValues(RowValue[] value)
public RowValue[] getValues()
public void setValues(int index, RowValue value)
public RowValue getValues(int index)
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class Attribute
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class Attribute
public String toString()
ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.