org.jboss.shrinkwrap.descriptor.api.connector16
Interface RequiredConfigPropertyType<T>

All Superinterfaces:
Child<T>

public interface RequiredConfigPropertyType<T>
extends Child<T>

This interface defines the contract for the required-config-propertyType xsd type

Since:
Generation date :2013-01-26T19:26:59.858+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 RequiredConfigPropertyType<T> configPropertyName(String configPropertyName)
          Sets the config-property-name element
 RequiredConfigPropertyType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 List<String> getAllDescription()
          Returns all description elements
 String getConfigPropertyName()
          Returns the config-property-name element
 String getId()
          Returns the id attribute
 RequiredConfigPropertyType<T> id(String id)
          Sets the id attribute
 RequiredConfigPropertyType<T> removeAllDescription()
          Removes the description element
 RequiredConfigPropertyType<T> removeConfigPropertyName()
          Removes the config-property-name element
 RequiredConfigPropertyType<T> removeId()
          Removes the id attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

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

RequiredConfigPropertyType<T> id(String 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

RequiredConfigPropertyType<T> removeId()
Removes the id attribute

Returns:
the current instance of RequiredConfigPropertyType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.