public interface ConfigProperty extends IdDecoratedMetadata, CopyableMetaData
Modifier and Type | Interface and Description |
---|---|
static class |
ConfigProperty.Attribute
A Attribute.
|
static class |
ConfigProperty.Tag
A Tag.
|
Modifier and Type | Method and Description |
---|---|
XsdString |
getConfigPropertyName() |
XsdString |
getConfigPropertyType() |
XsdString |
getConfigPropertyValue() |
java.util.List<LocalizedXsdString> |
getDescriptions() |
java.lang.String |
getId()
Return the String representing xml ID
|
boolean |
isMandatory()
Is the config property mandatory
|
boolean |
isValueSet()
convenient method t verify if the value has already been set
|
copy
java.util.List<LocalizedXsdString> getDescriptions()
XsdString getConfigPropertyName()
XsdString getConfigPropertyType()
XsdString getConfigPropertyValue()
java.lang.String getId()
getId
in interface IdDecoratedMetadata
IdDecoratedMetadata.getId()
boolean isValueSet()
boolean isMandatory()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)