ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.connector15
Interface ConfigPropertyType<T>

All Superinterfaces:
Child<T>

public interface ConfigPropertyType<T>
extends Child<T>

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

Since:
Generation date :2012-05-09T23:45:02.086-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 ConfigPropertyType<T> configPropertyName(String configPropertyName)
          Sets the config-property-name element
 ConfigPropertyType<T> configPropertyType(ConfigPropertyTypeType configPropertyType)
          Sets the config-property-type element
 ConfigPropertyType<T> configPropertyType(String configPropertyType)
          Sets the config-property-type element
 ConfigPropertyType<T> configPropertyValue(String configPropertyValue)
          Sets the config-property-value element
 ConfigPropertyType<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
 ConfigPropertyTypeType getConfigPropertyType()
          Returns the config-property-type element
 String getConfigPropertyTypeAsString()
          Returns the config-property-type element
 String getConfigPropertyValue()
          Returns the config-property-value element
 ConfigPropertyType<T> removeAllDescription()
          Removes the description element
 ConfigPropertyType<T> removeConfigPropertyName()
          Removes the config-property-name element
 ConfigPropertyType<T> removeConfigPropertyType()
          Removes the config-property-type attribute
 ConfigPropertyType<T> removeConfigPropertyValue()
          Removes the config-property-value element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

ConfigPropertyType<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 ConfigPropertyType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

ConfigPropertyType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of ConfigPropertyType

configPropertyName

ConfigPropertyType<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 ConfigPropertyType

getConfigPropertyName

String getConfigPropertyName()
Returns the config-property-name element

Returns:
the node defined for the element config-property-name

removeConfigPropertyName

ConfigPropertyType<T> removeConfigPropertyName()
Removes the config-property-name element

Returns:
the current instance of ConfigPropertyType

configPropertyType

ConfigPropertyType<T> configPropertyType(ConfigPropertyTypeType configPropertyType)
Sets the config-property-type element

Parameters:
configPropertyType - the value for the element config-property-type
Returns:
the current instance of ConfigPropertyType

configPropertyType

ConfigPropertyType<T> configPropertyType(String configPropertyType)
Sets the config-property-type element

Parameters:
configPropertyType - the value for the element config-property-type
Returns:
the current instance of ConfigPropertyType

getConfigPropertyType

ConfigPropertyTypeType getConfigPropertyType()
Returns the config-property-type element

Returns:
the value found for the element config-property-type

getConfigPropertyTypeAsString

String getConfigPropertyTypeAsString()
Returns the config-property-type element

Returns:
the value found for the element config-property-type

removeConfigPropertyType

ConfigPropertyType<T> removeConfigPropertyType()
Removes the config-property-type attribute

Returns:
the current instance of ConfigPropertyType

configPropertyValue

ConfigPropertyType<T> configPropertyValue(String configPropertyValue)
Sets the config-property-value element

Parameters:
configPropertyValue - the value for the element config-property-value
Returns:
the current instance of ConfigPropertyType

getConfigPropertyValue

String getConfigPropertyValue()
Returns the config-property-value element

Returns:
the node defined for the element config-property-value

removeConfigPropertyValue

ConfigPropertyType<T> removeConfigPropertyValue()
Removes the config-property-value element

Returns:
the current instance of ConfigPropertyType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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