Uses of Class
com.sap.mdm.ids.DimensionId

Packages that use DimensionId
com.sap.mdm.ids Provides interfaces and classes for identifying MDM objects 
com.sap.mdm.schema Provides supporting interfaces and classes for the schema commands.  
com.sap.mdm.schema.fields Provides container classes for the fields supported by the MDM server.  
com.sap.mdm.util Provides basic utility classes 
com.sap.mdm.valuetypes.format   
 

Uses of DimensionId in com.sap.mdm.ids
 

Fields in com.sap.mdm.ids declared as DimensionId
static DimensionId DimensionId.NONE
          A dimension of none.
 

Constructors in com.sap.mdm.ids with parameters of type DimensionId
DimensionId(DimensionId that)
          Copy constructor
 

Uses of DimensionId in com.sap.mdm.schema
 

Methods in com.sap.mdm.schema that return DimensionId
 DimensionId[] DimensionsManager.getDimensionIds()
          Returns an array of dimension IDs
 DimensionId MeasurementProperties.getDimensionId()
          Returns the dimension for the measurement
 DimensionId UnitProperties.getDimensionId()
          Returns the dimension Id the unit belongs to.
 DimensionId DimensionProperties.getId()
          Get ID of dimension
 

Methods in com.sap.mdm.schema with parameters of type DimensionId
 DimensionProperties DimensionsManager.getDimension(DimensionId dimensionId)
          Returns the properties of the specified dimension
 UnitId[] DimensionsManager.getUnitIds(DimensionId dimensionId)
          Returns an array of unit IDs
 UnitProperties DimensionsManager.getUnit(DimensionId dimensionId, UnitId unitId)
          Returns the properties of the specified unit
 DimensionProperties Dimensions.getDimension(DimensionId id)
          Deprecated. Returns the dimension.
 UnitProperties Dimensions.getUnit(DimensionId dimensionId, UnitId unitId)
          Deprecated. Returns the unit properties.
 Iterator Dimensions.getUnitIds(DimensionId dimensionId)
          Deprecated. Returns the list of unit IDs.
 

Constructors in com.sap.mdm.schema with parameters of type DimensionId
MeasurementProperties(DimensionId dimensionId, UnitId defaultUnitId, byte decimalPlaces, boolean displayedAsFraction)
          Constructs with the specified parameters.
 

Uses of DimensionId in com.sap.mdm.schema.fields
 

Methods in com.sap.mdm.schema.fields that return DimensionId
 DimensionId MeasurementFieldProperties.getDimensionId()
           
 

Methods in com.sap.mdm.schema.fields with parameters of type DimensionId
 void MeasurementFieldProperties.setDimensionId(DimensionId dimensionId)
           
 

Uses of DimensionId in com.sap.mdm.util
 

Methods in com.sap.mdm.util with parameters of type DimensionId
static double MeasurementUtils.convertToUniversal(DimensionId dimensionId, UnitId unitIdFrom, double value, DimensionsManager dimensionManager)
          Convert measurement value to universal UOM value
static double MeasurementUtils.convertFromUniversal(DimensionId dimensionId, UnitId unitIdTo, double value, DimensionsManager dimensionManager)
          Convert measurement value from the universal UOM to the specified UOM
static double MeasurementUtils.convertMeasurementValue(DimensionId dimensionId, UnitId unitIdFrom, UnitId unitIdTo, double value, DimensionsManager dimensionManager)
          Convert measurement value from one UOM to another
 

Uses of DimensionId in com.sap.mdm.valuetypes.format
 

Methods in com.sap.mdm.valuetypes.format that return DimensionId
 DimensionId MdmMeasurementFormatInfo.getDimensionId()
          Returns ID of dimension
 

Methods in com.sap.mdm.valuetypes.format with parameters of type DimensionId
 void MdmMeasurementFormatInfo.setDimensionId(DimensionId dimensionId)
          Sets the dimension ID
 



Copyright 2004-2007 by SAP AG. All Rights Reserved.

SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.