public interface Properties<T> extends Child<T>, JslPropertiesCommType<T,Properties<T>,Property<Properties<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. |
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>> createProperty
property
elementProperties<T> removeAllProperty
property
elementsProperty<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
elementList<Property<Properties<T>>> getAllProperty()
property
elementsproperty
Properties<T> removeAllProperty()
property
elementsProperties<T> partition(String partition)
partition
attributepartition
- the value for the attribute partition
Properties
String getPartition()
partition
attributepartition
Properties<T> removePartition()
partition
attributeProperties
Copyright © 2017 JBoss by Red Hat. All rights reserved.