Interface ConfigProperty

All Superinterfaces:
Cloneable, CopyableMetaData, IdDecoratedMetadata, JCAMetadata, Serializable

public interface ConfigProperty extends IdDecoratedMetadata, CopyableMetaData
A ConfigProperty.
Author:
Stefano Maestri
  • 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