Interface ConfigProperty
-
- All Superinterfaces:
Cloneable,CopyableMetaData,IdDecoratedMetadata,JCAMetadata,Serializable
public interface ConfigProperty extends IdDecoratedMetadata, CopyableMetaData
A ConfigProperty.- Author:
- Stefano Maestri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAttachedClassName()Get the attached classnameBooleangetConfigPropertyConfidential()StringgetConfigPropertyConfidentialId()Get the confidential idBooleangetConfigPropertyIgnore()StringgetConfigPropertyIgnoreId()Get the ignore idXsdStringgetConfigPropertyName()BooleangetConfigPropertySupportsDynamicUpdates()StringgetConfigPropertySupportsDynamicUpdatesId()Get the supports dynamic idXsdStringgetConfigPropertyType()XsdStringgetConfigPropertyValue()List<LocalizedXsdString>getDescriptions()booleanisMandatory()Is the config property mandatorybooleanisValueSet()convenient method t verify if the value has already been set-
Methods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copy
-
Methods inherited from interface org.jboss.jca.common.api.metadata.spec.IdDecoratedMetadata
getId
-
-
-
-
Method Detail
-
getDescriptions
List<LocalizedXsdString> getDescriptions()
- Returns:
- description
-
getConfigPropertyName
XsdString getConfigPropertyName()
- Returns:
- configPropertyName
-
getConfigPropertyType
XsdString getConfigPropertyType()
- Returns:
- configPropertyType
-
getConfigPropertyValue
XsdString getConfigPropertyValue()
- Returns:
- configPropertyValue
-
getConfigPropertyIgnore
Boolean getConfigPropertyIgnore()
- Returns:
- configPropertyIgnore
-
getConfigPropertySupportsDynamicUpdates
Boolean getConfigPropertySupportsDynamicUpdates()
- Returns:
- configPropertySupportsDynamicUpdates
-
getConfigPropertyConfidential
Boolean getConfigPropertyConfidential()
- Returns:
- configPropertyConfidential
-
isValueSet
boolean isValueSet()
convenient method t verify if the value has already been set- Returns:
- true if vaue has been set
-
isMandatory
boolean isMandatory()
Is the config property mandatory- Returns:
- The value
-
getAttachedClassName
String getAttachedClassName()
Get the attached classname- Returns:
- The value
-
getConfigPropertyIgnoreId
String getConfigPropertyIgnoreId()
Get the ignore id- Returns:
- The value
-
getConfigPropertySupportsDynamicUpdatesId
String getConfigPropertySupportsDynamicUpdatesId()
Get the supports dynamic id- Returns:
- The value
-
getConfigPropertyConfidentialId
String getConfigPropertyConfidentialId()
Get the confidential id- Returns:
- The value
-
-