ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.connector10
Interface ConfigProperty<T>

All Superinterfaces:
Child<T>

public interface ConfigProperty<T>
extends Child<T>

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

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

Method Summary
 ConfigProperty<T> configPropertyName(String configPropertyName)
          Sets the config-property-name element
 ConfigProperty<T> configPropertyType(String configPropertyType)
          Sets the config-property-type element
 ConfigProperty<T> configPropertyValue(String configPropertyValue)
          Sets the config-property-value element
 ConfigProperty<T> description(String description)
          Sets the description element
 String getConfigPropertyName()
          Returns the config-property-name element
 String getConfigPropertyType()
          Returns the config-property-type element
 String getConfigPropertyValue()
          Returns the config-property-value element
 String getDescription()
          Returns the description element
 ConfigProperty<T> removeConfigPropertyName()
          Removes the config-property-name element
 ConfigProperty<T> removeConfigPropertyType()
          Removes the config-property-type element
 ConfigProperty<T> removeConfigPropertyValue()
          Removes the config-property-value element
 ConfigProperty<T> removeDescription()
          Removes the description element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

configPropertyValue

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

getConfigPropertyValue

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

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

removeConfigPropertyValue

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

Returns:
the current instance of ConfigProperty

description

ConfigProperty<T> description(String description)
Sets the description element

Parameters:
description - the value for the element description
Returns:
the current instance of ConfigProperty

getDescription

String getDescription()
Returns the description element

Returns:
the node defined for the element description

removeDescription

ConfigProperty<T> removeDescription()
Removes the description element

Returns:
the current instance of ConfigProperty

configPropertyName

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

getConfigPropertyName

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

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

removeConfigPropertyName

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

Returns:
the current instance of ConfigProperty

configPropertyType

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

getConfigPropertyType

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

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

removeConfigPropertyType

ConfigProperty<T> removeConfigPropertyType()
Removes the config-property-type element

Returns:
the current instance of ConfigProperty

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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