Interface ConnectionPropertyType<T>

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

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

    • text

      Sets the body text for the element connection-propertyType
      Parameters:
      connectionPropertyType - the value for the body text connection-propertyType
      Returns:
      the current instance of ConnectionPropertyType
    • getText

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

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

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

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