public interface Properties<T> extends Child<T>
properties
xsd typeType | Property and Description |
---|---|
Property<Properties<T>> |
create
Creates a new
property element |
Properties<T> |
removeAll
Removes all
property elements |
Modifier and Type | Method and Description |
---|---|
Property<Properties<T>> |
createProperty()
Creates a new
property element |
List<Property<Properties<T>>> |
getAllProperty()
Returns all
property elements |
Property<Properties<T>> |
getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Properties<T> |
removeAllProperty()
Removes all
property elements |
property
elementProperty>
property
elementsProperty>
Property<Properties<T>> getOrCreateProperty()
property
element will be created and returned.
Otherwise, the first existing property
element will be returned.property
Property<Properties<T>> createProperty()
property
elementProperty>
List<Property<Properties<T>>> getAllProperty()
property
elementsproperty
Properties<T> removeAllProperty()
property
elementsProperty>
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.