public interface ColumnOperations
Modifier and Type | Method and Description |
---|---|
void |
destroy()
(13012)
Destroy the object on the server.
|
DataType |
getDataType()
(13011)
Get the data type of the column.
|
java.lang.String |
getFormula()
(13001)
Get the formula of the column.
|
TS_Union |
getGenerationParameters()
(13015)
Get the generation parameters of the Column.
|
java.lang.String |
getName()
(13002)
Get the name of the column.
|
DataType |
getRawDataType()
(13017)
Get the data type of the raw values (which is the value of the
attribute derived from the base attribute 'raw_datatype').
|
int |
getSequenceRepresentation()
(13013)
Get the sequence representation of the column.
|
InstanceElement |
getSourceMQ()
(13003)
Get the source measurement quantity.
|
java.lang.String |
getUnit()
(13004)
Get the unit of the column.
|
boolean |
isIndependent()
(13007)
Is the column an independent column
|
boolean |
isScaling()
(13008)
Deprecated, solved by NVH Application model.
|
void |
setFormula(java.lang.String formula)
(13005)
Set the formula of the column.
|
void |
setGenerationParameters(TS_Union generationParameters)
(13016)
Set the generation parameters.
|
void |
setIndependent(boolean independent)
(13009)
Set a new value (TRUE or FALSE) to the independent flag of the
column.
|
void |
setScaling(boolean scaling)
(13010)
Deprecated, solved by NVH Application model.
|
void |
setSequenceRepresentation(int sequenceRepresentation)
(13014)
Set the sequence representation of a new column.
|
void |
setUnit(java.lang.String unit)
(13006)
Set the unit of the column.
|
java.lang.String getFormula() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEjava.lang.String getName() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEInstanceElement getSourceMQ() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEjava.lang.String getUnit() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEvoid setFormula(java.lang.String formula) throws AoException
formula
- The formula.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEvoid setUnit(java.lang.String unit) throws AoException
unit
- The physical unit.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEboolean isIndependent() throws AoException
AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEboolean isScaling() throws AoException
AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEvoid setIndependent(boolean independent) throws AoException
independent
- The new value of the independent flag.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE
AO_TRANSACTION_NOT_ACTIVEvoid setScaling(boolean scaling) throws AoException
scaling
- The new value of the scaling flag.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE
AO_TRANSACTION_NOT_ACTIVEDataType getDataType() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEvoid destroy() throws AoException
AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEint getSequenceRepresentation() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEvoid setSequenceRepresentation(int sequenceRepresentation) throws AoException
sequenceRepresentation
- The sequence representation. This
is the integer value according the
enumeration seq_rep_enum of the base
model.AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE
AO_BAD_PARAMETER
AO_TRANSACTION_NOT_ACTVIETS_Union getGenerationParameters() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEvoid setGenerationParameters(TS_Union generationParameters) throws AoException
generationParameters
- The generation parameters.AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE
AO_BAD_PARAMETER
AO_TRANSACTION_NOT_ACTVIEDataType getRawDataType() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE