Class Index | File Index

Classes


Class orion.metatype.ObjectClassDefinition

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

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

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

Method Detail
{orion.metatype.AttributeDefinition[]} getAttributeDefinitions()
Returns the attribute definitions.
Returns:
{orion.metatype.AttributeDefinition[]} The attribute definitions of this Object Class Definition.

{String} getId()
Returns the id.
Returns:
{String} The id of this Object Class Definition.

{String} getName()
Returns the name.
Returns:
{String} The name of this Object Class Definition. May be null.

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Feb 22 2013 13:00:53 GMT-0500 (EST)