Interface ConfigPropertyType<T>

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

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

    • text

      ConfigPropertyType<T> text(String value)
      Sets the body text for the element config-propertyType
      Parameters:
      configPropertyType - the value for the body text config-propertyType
      Returns:
      the current instance of ConfigPropertyType
    • getText

      String getText()
      Returns the body text of the element config-propertyType
      Returns:
      the value defined for the text config-propertyType
    • name

      Sets the name attribute
      Parameters:
      name - the value for the attribute name
      Returns:
      the current instance of ConfigPropertyType
    • getName

      String getName()
      Returns the name attribute
      Returns:
      the value defined for the attribute name
    • removeName

      ConfigPropertyType<T> removeName()
      Removes the name attribute
      Returns:
      the current instance of ConfigPropertyType