com.tibco.rta.model
Interface Attribute

All Superinterfaces:
MetadataElement, java.io.Serializable

public interface Attribute
extends MetadataElement

This defines a property of a Measurement

Dimensions are defined using these attributes. Note that there could exist more than one Dimension for an attribute or none for some other.

A Fact is an instance of a Measurement and hence it will provide the values of the Attributes

Please refer
Fact, Measurement

Method Summary
 DataType getDataType()
          Attribute values will be constrained by the data type.
 
Methods inherited from interface com.tibco.rta.model.MetadataElement
getDescription, getDisplayName, getName, getOwnerSchema, getProperty, getPropertyNames, serialize
 

Method Detail

getDataType

DataType getDataType()
Attribute values will be constrained by the data type.

Returns:
the DataType associated with this attribute


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