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>.
Constructor Attributes | Constructor Name and Description |
---|---|
An
ObjectClass describes a kind of object. |
Method Attributes | Method Name and Description |
---|---|
getId()
Returns the id.
|
|
getName()
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.