Interface RequiredConfigPropertyType<T>

All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
All Known Implementing Classes:
RequiredConfigPropertyTypeImpl

public interface RequiredConfigPropertyType<T> extends org.jboss.shrinkwrap.descriptor.api.Child<T>
This interface defines the contract for the required-config-propertyType xsd type
  • Method Details

    • description

      RequiredConfigPropertyType<T> description(String... values)
      Creates for all String objects representing description elements, a new description element
      Parameters:
      values - list of description objects
      Returns:
      the current instance of RequiredConfigPropertyType
    • getAllDescription

      List<String> getAllDescription()
      Returns all description elements
      Returns:
      list of description
    • removeAllDescription

      RequiredConfigPropertyType<T> removeAllDescription()
      Removes the description element
      Returns:
      the current instance of RequiredConfigPropertyType
    • configPropertyName

      RequiredConfigPropertyType<T> configPropertyName(String configPropertyName)
      Sets the config-property-name element
      Parameters:
      configPropertyName - the value for the element config-property-name
      Returns:
      the current instance of RequiredConfigPropertyType
    • getConfigPropertyName

      String getConfigPropertyName()
      Returns the config-property-name element
      Returns:
      the node defined for the element config-property-name
    • removeConfigPropertyName

      RequiredConfigPropertyType<T> removeConfigPropertyName()
      Removes the config-property-name element
      Returns:
      the current instance of RequiredConfigPropertyType
    • id

      Sets the id attribute
      Parameters:
      id - the value for the attribute id
      Returns:
      the current instance of RequiredConfigPropertyType
    • getId

      String getId()
      Returns the id attribute
      Returns:
      the value defined for the attribute id
    • removeId

      Removes the id attribute
      Returns:
      the current instance of RequiredConfigPropertyType