public class FieldInfo extends ServiceDataObject implements Serializable
Constructor and Description |
---|
FieldInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCollection()
Gets the data collection in which this field exists.
|
String |
getName()
Gets the name of the field.
|
boolean |
getOnEdge()
Gets whether the field may occur on edges in the result graphs.
|
boolean |
getOnNode()
Gets whether the field may occur on nodes in the result graphs.
|
boolean |
getRetrievable()
Gets whether the field value can be used in the resulttransformation spec.
|
boolean |
getSearchable()
Gets whether the field can be used in the ResultSetSpec or the ResultOrderSpec.
|
String |
getStorageModel()
Gets where this field is stored (e.g. rdb, memory, or disk).
|
String |
getType()
Gets the type of data associated with this field.
|
NV[] |
getXD()
Gets the additional data associated with a field.
|
NV |
getXD(int index)
Gets the value at the specified index in the XD array.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setCollection(String value)
Sets the data collection in which this field exists.
|
void |
setName(String value)
Sets the name of the field.
|
void |
setOnEdge(boolean value)
Sets whether the field may occur on edges in the result graphs.
|
void |
setOnNode(boolean value)
Sets whether the field may occur on nodes in the result graphs.
|
void |
setRetrievable(boolean value)
Sets whether the field value can be used in the resulttransformation spec.
|
void |
setSearchable(boolean value)
Sets whether the field can be used in the ResultSetSpec or the ResultOrderSpec.
|
void |
setStorageModel(String value)
Sets where this field is stored (e.g. rdb, memory, or disk).
|
void |
setType(String value)
Sets the type of data associated with this field.
|
void |
setXD(int index,
NV value)
Sets the value at the specified index in the fXD array.
|
void |
setXD(NV[] value)
Sets the additional data associated with a field.
|
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.
|
public void setCollection(String value)
public String getCollection()
public void setName(String value)
public String getName()
public void setOnEdge(boolean value)
public boolean getOnEdge()
public void setOnNode(boolean value)
public boolean getOnNode()
public void setRetrievable(boolean value)
public boolean getRetrievable()
public void setSearchable(boolean value)
public boolean getSearchable()
public void setStorageModel(String value)
public String getStorageModel()
public void setType(String value)
public String getType()
public void setXD(NV[] value)
public NV[] getXD()
public void setXD(int index, NV value)
public NV getXD(int index)
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.