Package | Description |
---|---|
com.tibco.rta |
Connection, session, configuration classes and interfaces.
|
com.tibco.rta.model |
Schema model classes and interfaces.
|
com.tibco.rta.model.mutable |
Mutalbe Schema model classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
DataType |
ConfigProperty.getDataType() |
DataType |
RtaAsyncMessage.getDataType(java.lang.String propertyName)
Gets the data type of the given property.
|
Modifier and Type | Method and Description |
---|---|
static DataType |
DataType.getByLiteral(java.lang.String literal) |
DataType |
Attribute.getDataType()
Attribute values will be constrained by the data type.
|
DataType |
FunctionDescriptor.FunctionParam.getDataType()
Get its datatype
|
DataType |
Measurement.getDataType()
Get DataType of measurement
|
DataType |
MetricFunctionDescriptor.getMetricDataType()
Get the metrics datatype
|
static DataType |
DataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DataTypeMismatchException(DataType dataType,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
Attribute |
MutableRtaSchema.newAttribute(java.lang.String name,
DataType dataType)
Create a new attribute on this measurement.
|
void |
MutableFunctionDescriptor.MutableFunctionParam.setDataType(DataType dataType)
Set the data type of the function parameter.
|
void |
MutableMeasurement.setDataType(DataType dataType)
Set DataType for the measurement
|
void |
MutableMetricFunctionDescriptor.setMetricDataType(DataType dataType)
Set the data type of the metric computation.
|
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.