Class orion.metatype.PropertyType
Describes the data type of a property.
Defined in: </shared/eclipse/e4/orion/I201206221139/plugins/org.eclipse.orion.client.core/web/orion/metatype.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
A
PropertyType describes the data type of a property. |
Method Attributes | Method Name and Description |
---|---|
getId()
Returns the id.
|
|
getName()
Returns the description.
|
|
getType()
Returns the type.
|
Class Detail
orion.metatype.PropertyType()
A
PropertyType
describes the data type of a property. It typically serves to describe the type of an individual property that may appear in a orion.cm.ConfigurationProperties dictionary.
Method Detail
{String}
getId()
Returns the id.
- Returns:
- {String} The id of this PropertyType.
{String}
getName()
Returns the description.
- Returns:
- {String} The name, or
null
.
{String}
getType()
Returns the type.
- Returns:
- {String} The type. It is one of:
'boolean'
'number'
'string'