public class MultiLineAttribute extends PrimitiveAttribute implements Serializable
Constructor and Description |
---|
MultiLineAttribute() |
Modifier and Type | Method and Description |
---|---|
Integer |
getColumns()
Gets the number of columns in the text area which displays the attribute value.
|
Integer |
getRows()
Gets the number of rows in the text area which displays the attribute value.
|
String[] |
getValues()
Gets the array of default values for the attribute.
|
String |
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 |
setColumns(Integer value)
Sets the number of columns in the text area which displays the attribute value.
|
void |
setRows(Integer value)
Sets the number of rows in the text area which displays the attribute value.
|
void |
setValues(int index,
String value)
Sets the value at the specified index in the fValues array.
|
void |
setValues(String[] 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 setColumns(Integer value)
public Integer getColumns()
public void setRows(Integer value)
public Integer getRows()
public void setValues(String[] value)
public String[] getValues()
public void setValues(int index, String value)
public String 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.