| Name | KrmsAttributeDefinition | |
|---|---|---|
| Usage | KrmsTypeRepositoryService | |
| getAttributeDefinitionById getAttributeDefinitionByName | ||
| Type | Complex | |
immutable. To construct an instance of a KrmsTypeAttribute, use the {@link KrmsTypeAttribute.Builder} class.
Instances of KrmsAttributeDefinition can be (un)marshalled to and from XML.
| ShortName | Name | Type | Description | Required? | Read only? | Cardinality | XML Attribute? | Implementation Notes |
|---|---|---|---|---|---|---|---|---|
| id | Id | String | The unique identifier for an object. This can be null. | Required | One | No | ||
| name | Name | String | Returns the name of this attribute definition.
|
Required | One | No | ||
| namespace | Namespace | String | Returns the namespace of this attribute definition.
|
Required | One | No | ||
| label | Label | String | Returns the label of this attribute definition. This is an optional |
One | No | |||
| description | Description | String | Returns the description of the attribute. This is an option field and may be null or blank. |
One | No | |||
| active | Active | boolean | The active indicator for an object. | One | No | |||
| componentName | Component Name | String | Returns the name of the component used to display the attribute. | One | No | |||
| versionNumber | Version Number | Long | Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking. |
One | No |