public interface ConfigProperty extends IdDecoratedMetadata, CopyableMetaData
Modifier and Type | Method and Description |
---|---|
String |
getAttachedClassName()
Get the attached classname
|
Boolean |
getConfigPropertyConfidential() |
String |
getConfigPropertyConfidentialId()
Get the confidential id
|
Boolean |
getConfigPropertyIgnore() |
String |
getConfigPropertyIgnoreId()
Get the ignore id
|
XsdString |
getConfigPropertyName() |
Boolean |
getConfigPropertySupportsDynamicUpdates() |
String |
getConfigPropertySupportsDynamicUpdatesId()
Get the supports dynamic id
|
XsdString |
getConfigPropertyType() |
XsdString |
getConfigPropertyValue() |
List<LocalizedXsdString> |
getDescriptions() |
boolean |
isMandatory()
Is the config property mandatory
|
boolean |
isValueSet()
convenient method t verify if the value has already been set
|
getId
copy
List<LocalizedXsdString> getDescriptions()
XsdString getConfigPropertyName()
XsdString getConfigPropertyType()
XsdString getConfigPropertyValue()
Boolean getConfigPropertyIgnore()
Boolean getConfigPropertySupportsDynamicUpdates()
Boolean getConfigPropertyConfidential()
boolean isValueSet()
boolean isMandatory()
String getAttachedClassName()
String getConfigPropertyIgnoreId()
String getConfigPropertySupportsDynamicUpdatesId()
String getConfigPropertyConfidentialId()
Copyright © 2021 JBoss by Red Hat. All rights reserved.