Uses of Interface
com.tibco.rta.model.Attribute

Packages that use Attribute
com.tibco.rta.model Schema model classes and interfaces. 
com.tibco.rta.model.mutable Mutalbe Schema model classes and interfaces. 
 

Uses of Attribute in com.tibco.rta.model
 

Methods in com.tibco.rta.model that return Attribute
 Attribute Dimension.getAssociatedAttribute()
          Dimension will be associated with an attribute of the schema.
 Attribute RtaSchema.getAttribute(java.lang.String name)
          Gets the attribute in this measurement with this name.
 

Methods in com.tibco.rta.model that return types with arguments of type Attribute
 java.util.Collection<Attribute> RtaSchema.getAttributes()
          Gets the attributes associated with this measurement
 

Constructors in com.tibco.rta.model with parameters of type Attribute
DataTypeMismatchException(Attribute attribute, java.lang.Object value)
           
 

Uses of Attribute in com.tibco.rta.model.mutable
 

Methods in com.tibco.rta.model.mutable that return Attribute
 Attribute MutableRtaSchema.newAttribute(java.lang.String name, DataType dataType)
          Create a new attribute on this measurement.
 Attribute MutableRtaSchema.removeAttribute(java.lang.String name)
           
 

Methods in com.tibco.rta.model.mutable with parameters of type Attribute
 void MutableMetricDescriptor.addBinding(FunctionDescriptor.FunctionParam functionParam, Measurement measurement, Attribute attribute)
          Add a function binding to the measurement.
 Dimension MutableRtaSchema.newDimension(Attribute attribute)
          Creates a new dimension and binds it with an attribute of the measurement.
 Dimension MutableRtaSchema.newDimension(java.lang.String name, Attribute attribute)
          Creates a new dimension and binds it with an attribute of the measurement.
 TimeDimension MutableRtaSchema.newTimeDimension(java.lang.String name, Attribute associatedAttribute, TimeUnits.Unit unit, int frequency)
          New time dimension.
 



Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.