sbIPropertyUnit Interface Reference

Property unit interface This interface describes a property unit. More...

import"sbIPropertyUnitConverter.idl";

Inheritance diagram for sbIPropertyUnit:
[legend]
Collaboration diagram for sbIPropertyUnit:
[legend]

Public Attributes

readonly attribute AString id
 The id of the unit. This string is not localized and is used in calls to sbIPropertyUnitConverter's convert function to specify to and from which unit to convert, it should be unique within the list units in an sbIPropertyUnitConverter. More...
 
readonly attribute AString name
 The full name of the unit, ie. Kilobyte. This is a localized string, ie. a partial entity such as "&my.partial.entity", which needs to be translated before being shown on a user interface. More...
 
readonly attribute AString shortName
 The short name of the unit, ie. kB. This is a localized string, ie. a partial entity such as "&my.partial.entity", which needs to be translated before being shown on a user interface. More...
 

Detailed Description

Property unit interface This interface describes a property unit.

Definition at line 38 of file sbIPropertyUnitConverter.idl.

Member Data Documentation

readonly attribute AString sbIPropertyUnit::id

The id of the unit. This string is not localized and is used in calls to sbIPropertyUnitConverter's convert function to specify to and from which unit to convert, it should be unique within the list units in an sbIPropertyUnitConverter.

Definition at line 46 of file sbIPropertyUnitConverter.idl.

readonly attribute AString sbIPropertyUnit::name

The full name of the unit, ie. Kilobyte. This is a localized string, ie. a partial entity such as "&my.partial.entity", which needs to be translated before being shown on a user interface.

Definition at line 53 of file sbIPropertyUnitConverter.idl.

readonly attribute AString sbIPropertyUnit::shortName

The short name of the unit, ie. kB. This is a localized string, ie. a partial entity such as "&my.partial.entity", which needs to be translated before being shown on a user interface.

Definition at line 60 of file sbIPropertyUnitConverter.idl.


The documentation for this interface was generated from the following file: