public interface OdsxColumnAssignmentInterface
Modifier and Type | Method and Description |
---|---|
FwkColumnAccessInterface |
getChannel(int index)
Get the channel belong to the given assignment index.
|
java.lang.String |
getChannelName(int index)
Get the channelName belong to the given assignment index.
|
int[] |
getColumnSizes()
Get the array of different column length.
|
double |
getFactor()
Get the factor of the implicit channel.
|
boolean |
getImplicitCreation()
Get a boolean whether the creation of an implicit channel is performed.
|
boolean |
getIndependent(int index)
Get the independent flag belong to the given assignment index.
|
java.lang.String |
getInfoBusName(int index)
Get the infobus name belong to the given assignment index.
|
DataType |
getOdsColumnDataType()
Get the datatype of the column.
|
DataType |
getOdsColumnDataType(int index)
Get the datatype of the column.
|
java.lang.String |
getOdsColumnName(int index)
Get the odsColumnName belong to the given assignment index.
|
double |
getOffset()
get the offset of the implicit channel.
|
java.lang.String |
getQuantity()
Get the quantity of the implicit channel
|
java.lang.String |
getQuantityName(int index)
Get the quantityName belong to the given assignment index.
|
AoSession |
getSession()
Get the session.
|
java.lang.String |
getUnitString()
Get the unit string of the implicit channel.
|
java.lang.String |
getUnitString(int index)
Get the unit string belongs to the given assignment index.
|
int |
size()
Get the total number of assignments.
|
AoSession getSession()
int size()
int[] getColumnSizes()
java.lang.String getOdsColumnName(int index)
the
- requested index.DataType getOdsColumnDataType(int index)
java.lang.String getChannelName(int index)
the
- requested index.FwkColumnAccessInterface getChannel(int index)
the
- requested index.java.lang.String getInfoBusName(int index)
the
- requested index.java.lang.String getQuantityName(int index)
the
- requested index.boolean getIndependent(int index)
the
- requested index.java.lang.String getUnitString(int index)
the
- requested index.double getOffset()
double getFactor()
boolean getImplicitCreation()
java.lang.String getQuantity()
the
- quantity name.java.lang.String getUnitString()
DataType getOdsColumnDataType()