org.jboss.shrinkwrap.descriptor.api.persistence20
Interface Properties<T>

All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
All Known Implementing Classes:
PropertiesImpl

public interface Properties<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>

This interface defines the contract for the properties xsd type

Original Documentation:



A list of standard and vendor-specific properties
and hints.


Since:
Generation date :2011-07-19T22:55:02.759+02:00
Author:
Ralf Battenfeld

Method Summary
 java.util.List<Property<Properties<T>>> getPropertyList()
          Returns all property elements
 Property<Properties<T>> property()
          Returns the property element
 Properties<T> removeAllProperty()
          Removes all property elements
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

removeAllProperty

Properties<T> removeAllProperty()
Removes all property elements

Returns:
the current instance of Properties

property

Property<Properties<T>> property()
Returns the property element

Returns:
the node defined for the element property

getPropertyList

java.util.List<Property<Properties<T>>> getPropertyList()
Returns all property elements

Returns:
list of property