Interface ConfigProperty
- All Superinterfaces:
Cloneable,CopyableMetaData,IdDecoratedMetadata,JCAMetadata,Serializable
A ConfigProperty.
- Author:
- Stefano Maestri
-
Method Summary
Modifier and TypeMethodDescriptionGet the attached classnameGet the confidential idGet the ignore idGet the supports dynamic idbooleanIs the config property mandatorybooleanconvenient method t verify if the value has already been setMethods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copyMethods inherited from interface org.jboss.jca.common.api.metadata.spec.IdDecoratedMetadata
getId
-
Method Details
-
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
-