class

ObjectDefinition

extends Factory , PropertySource

All supertypes

Subtypes

All Subtypes

Definition of an object to instantiate and configure.

Attributes

Name Type Cardinality Description
type EString 0..1 Class name. The class shall have a default public constructor, unless there is a constructor definition for the object or value is provided in the definition.
value EString 0..1 Object value. If value is present, then the object shall have a single argument constructor. The runtime configuration code will attempt to convert string value to the constructor parameter type, if needed.

References

Name Target Containment Cardinality Opposite Description
constructor Constructor Yes 0..1 Constructor definition.