Search

Class DynamicTypesDynamicObject

Extends java.lang.Object
Provides operations for DynamicObject objects.

Attributes

Name Type Description
id String Dynamic Object's ID
name String Dynamic Object's name
namespace String Dynamic Object's namespace
properties Properties Dynamic Object's custom properties
type String Dynamic Object's type

Methods

Name Returns
getOrderedPropertyNames() String[]
getProperty(String property) Object
setProperty(String property, Object value) void

Returned by

Method Returns
DynamicTypesManager.makeObject(String namespace, String type, String id, String name, String[] props) DynamicTypesDynamicObject

Referenced in

None