ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.connector15
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 :2012-05-09T23:45:02.086-07: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
 RequiredConfigPropertyType<T> removeAllDescription()
          Removes the description element
 RequiredConfigPropertyType<T> removeConfigPropertyName()
          Removes the config-property-name element
 
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

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.