Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.validationConfiguration11 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PropertyType<ValidationConfigurationDescriptor> |
ValidationConfigurationDescriptor.createProperty()
Creates a new
property element |
PropertyType<ValidationConfigurationDescriptor> |
ValidationConfigurationDescriptor.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
PropertyType<T> |
PropertyType.name(String name)
Sets the
name attribute |
PropertyType<T> |
PropertyType.removeName()
Removes the
name attribute |
PropertyType<T> |
PropertyType.text(String value)
Sets the body text for the element
propertyType |
Modifier and Type | Method and Description |
---|---|
List<PropertyType<ValidationConfigurationDescriptor>> |
ValidationConfigurationDescriptor.getAllProperty()
Returns all
property elements |
Copyright © 2018 JBoss by Red Hat. All rights reserved.