oracle.dmt.op.re.base
Class DataItem
java.lang.Object
|
+--oracle.dmt.op.re.base.Item
|
+--oracle.dmt.op.re.base.DataItem
- public class DataItem
- extends Item
Encapsulates item data.
- Since:
- 9.0.0
DataItem
public DataItem(String type,
long ID,
Enum.DataSourceType ds,
String value)
throws StringTooLargeException,
NullParameterException,
InvalidIDException
- Creates and initialize a new
DataItem
object.
- Parameters:
type
- item typeID
- item IDds
- data source type- Throws:
StringTooLargeException
- if any of the input strings is too longNullParameterException
- if any of the non-null input parameters is nullInvalidIDException
- if item ID is invalid
getDataSource
public Enum.DataSourceType getDataSource()
- Returns Data Source type.
getValue
public String getValue()
- Returns item value.