|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationItemMetadata
Interface to access configuration metadata accessed at runtime. Acts as a restricted view on configuration metadata, e.g. does not provide access to a configuration item's documentation.
Nested Class Summary | |
---|---|
static class |
ConfigurationItemMetadata.LifecyclePolicy
|
Method Summary | |
---|---|
Object |
getDefaultValue()
Returns the default value of this configuration metadata item. |
ConfigurationItemMetadata.LifecyclePolicy |
getLifecyclePolicy()
Returns the lifecycle policy for this configuration metadata item. |
String |
getName()
Returns the name of this configuration metadata item which must be unique within its ConfigurationMetadata container. |
QName |
getType()
Returns the type of this configuration metadata item as a QName . |
Method Detail |
---|
String getName()
ConfigurationMetadata
container.
QName getType()
QName
.
The namespaceURI of this QName
identifies the XML schema containing the
definition of the (complex or simple) type of this item. The local part
identifies a global element in that schema that is of the underlying type.
ConfigurationItemMetadata.LifecyclePolicy getLifecyclePolicy()
Object getDefaultValue()
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |