|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.persistence20.PropertiesImpl<T>
public class PropertiesImpl<T>
This class implements the properties
xsd type
Original Documentation:
A list of standard and vendor-specific properties
and hints.
Constructor Summary | |
---|---|
PropertiesImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
PropertiesImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
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 |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertiesImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public PropertiesImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public Properties<T> removeAllProperty()
property
elements
removeAllProperty
in interface Properties<T>
Properties
public Property<Properties<T>> property()
property
element
property
in interface Properties<T>
property
public java.util.List<Property<Properties<T>>> getPropertyList()
property
elements
getPropertyList
in interface Properties<T>
property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |