public class _ColumnStub extends org.omg.CORBA.portable.ObjectImpl implements Column
Constructor and Description |
---|
_ColumnStub() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
_ids() |
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.
|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
public java.lang.String getFormula() throws AoException
getFormula
in interface ColumnOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic java.lang.String getName() throws AoException
getName
in interface ColumnOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic InstanceElement getSourceMQ() throws AoException
getSourceMQ
in interface ColumnOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic java.lang.String getUnit() throws AoException
getUnit
in interface ColumnOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setFormula(java.lang.String formula) throws AoException
setFormula
in interface ColumnOperations
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_ACTIVEpublic void setUnit(java.lang.String unit) throws AoException
setUnit
in interface ColumnOperations
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_ACTIVEpublic boolean isIndependent() throws AoException
isIndependent
in interface ColumnOperations
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_ACTIVEpublic boolean isScaling() throws AoException
isScaling
in interface ColumnOperations
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_ACTIVEpublic void setIndependent(boolean independent) throws AoException
setIndependent
in interface ColumnOperations
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_ACTIVEpublic void setScaling(boolean scaling) throws AoException
setScaling
in interface ColumnOperations
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_ACTIVEpublic DataType getDataType() throws AoException
getDataType
in interface ColumnOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void destroy() throws AoException
destroy
in interface ColumnOperations
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_ACTIVEpublic int getSequenceRepresentation() throws AoException
getSequenceRepresentation
in interface ColumnOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setSequenceRepresentation(int sequenceRepresentation) throws AoException
setSequenceRepresentation
in interface ColumnOperations
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_ACTVIEpublic TS_Union getGenerationParameters() throws AoException
getGenerationParameters
in interface ColumnOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void setGenerationParameters(TS_Union generationParameters) throws AoException
setGenerationParameters
in interface ColumnOperations
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_ACTVIEpublic DataType getRawDataType() throws AoException
getRawDataType
in interface ColumnOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic java.lang.String[] _ids()
_ids
in class org.omg.CORBA.portable.ObjectImpl