
public interface Properties<T> extends Child<T>, JslPropertiesCommType<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. |
String |
getPartition()
Returns the
partition attribute |
Properties<T> |
partition(String partition)
Sets the
partition attribute |
Properties<T> |
removeAllProperty()
Removes all
property elements |
Properties<T> |
removePartition()
Removes the
partition attribute |
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> Properties<T> partition(String partition)
partition attributepartition - the value for the attribute partitionPropertiesString getPartition()
partition attributepartitionProperties<T> removePartition()
partition attributePropertiesCopyright © 2025 JBoss by Red Hat. All rights reserved.