Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.persistence20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Property<Properties<T>> |
Properties.createProperty()
Creates a new
property element |
Property<Properties<T>> |
Properties.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Property<T> |
Property.name(String name)
Sets the
name attribute |
Property<T> |
Property.removeName()
Removes the
name attribute |
Property<T> |
Property.removeValue()
Removes the
value attribute |
Property<T> |
Property.value(String value)
Sets the
value attribute |
Modifier and Type | Method and Description |
---|---|
List<Property<Properties<T>>> |
Properties.getAllProperty()
Returns all
property elements |
Copyright © 2015 JBoss by Red Hat. All rights reserved.