public interface Properties<T> extends Child<T>, PersistencePropertiesCommType<T,Properties<T>,Property<Properties<T>>>
properties
xsd typeModifier 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<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 © 2019 JBoss by Red Hat. All rights reserved.