
public interface Properties<T> extends Child<T>, PersistencePropertiesCommType<T,Properties<T>,Property<Properties<T>>>
properties xsd type| 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<Properties<T>> getOrCreateProperty()
property element will be created and returned.
Otherwise, the first existing property element will be returned.propertyProperty<Properties<T>> createProperty()
property elementProperty> List<Property<Properties<T>>> getAllProperty()
property elementspropertyProperties<T> removeAllProperty()
property elementsProperty> Copyright © 2021 JBoss by Red Hat. All rights reserved.