Class Index | File Index

Classes


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>.

Class Summary
Constructor Attributes Constructor Name and Description
 
A PropertyType describes the data type of a property.
Method Summary
Method Attributes Method Name and Description
 
Returns the id.
 
Returns the description.
 
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'

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Jun 22 2012 11:43:39 GMT-0400 (EDT)