Class Index | File Index

Classes


Class orion.metatype.ObjectClass

Describes a kind of object.
Defined in: </shared/eclipse/e4/orion/I201209071109/plugins/org.eclipse.orion.client.core/web/orion/metatype.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
An ObjectClass describes a kind of object.
Method Summary
Method Attributes Method Name and Description
 
Returns the id.
 
Returns the name.
 
Returns the property types.
Class Detail
orion.metatype.ObjectClass()
An ObjectClass describes a kind of object.

It typically serves to describe what properties may appear in a orion.cm.ConfigurationProperties dictionary.

Method Detail
{String} getId()
Returns the id.
Returns:
{String} The id of this object class.

{String} getName()
Returns the name.
Returns:
{String} The name of this object class. May be null.

{orion.metatype.PropertyType[]} getPropertyTypes()
Returns the property types.
Returns:
{orion.metatype.PropertyType[]} The property types of this object class.

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 07 2012 11:13:12 GMT-0400 (EDT)