|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionDefinitionsType<T>
This interface defines the contract for the connection-definitionsType
xsd type
Method Summary | |
---|---|
ConnectionDefintionType<ConnectionDefinitionsType<T>> |
createConnectionDefinition()
Creates a new connection-definition element |
List<ConnectionDefintionType<ConnectionDefinitionsType<T>>> |
getAllConnectionDefinition()
Returns all connection-definition elements |
ConnectionDefintionType<ConnectionDefinitionsType<T>> |
getOrCreateConnectionDefinition()
If not already created, a new connection-definition element will be created and returned. |
ConnectionDefinitionsType<T> |
removeAllConnectionDefinition()
Removes all connection-definition elements |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ConnectionDefintionType<ConnectionDefinitionsType<T>> getOrCreateConnectionDefinition()
connection-definition
element will be created and returned.
Otherwise, the first existing connection-definition
element will be returned.
connection-definition
ConnectionDefintionType<ConnectionDefinitionsType<T>> createConnectionDefinition()
connection-definition
element
ConnectionDefintionType>
List<ConnectionDefintionType<ConnectionDefinitionsType<T>>> getAllConnectionDefinition()
connection-definition
elements
connection-definition
ConnectionDefinitionsType<T> removeAllConnectionDefinition()
connection-definition
elements
ConnectionDefintionType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |