oracle.owb.dimensional
Interface Measure

All Superinterfaces:
Attribute, Datatyped, Extensible, OWBNamedObject, PropertyOwner

public interface Measure
extends Attribute, Extensible

Measure interaface represents a Cube measure.


Method Summary
 Cube getCube()
          Returns the cube this measure belongs to.
 
Methods inherited from interface oracle.owb.foundation.OWBNamedObject
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName
 
Methods inherited from interface oracle.owb.foundation.type.Datatyped
getDatatype, getLength, getPrecision, getScale, isPrecisionOmitted, setDatatype, setLength, setPrecision, setPrecisionOmitted, setScale
 
Methods inherited from interface oracle.owb.foundation.property.PropertyOwner
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString
 

Method Detail

getCube

public Cube getCube()
Returns the cube this measure belongs to.
Returns:
a Cube object.