Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.validationMapping11 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ReturnValueType<MethodType<T>> |
MethodType.getOrCreateReturnValue()
If not already created, a new
return-value element with the given value will be created. |
ReturnValueType<ConstructorType<T>> |
ConstructorType.getOrCreateReturnValue()
If not already created, a new
return-value element with the given value will be created. |
ReturnValueType<T> |
ReturnValueType.ignoreAnnotations(Boolean ignoreAnnotations)
Sets the
ignore-annotations attribute |
ReturnValueType<T> |
ReturnValueType.removeAllConstraint()
Removes all
constraint elements |
ReturnValueType<T> |
ReturnValueType.removeAllConvertGroup()
Removes all
convert-group elements |
ReturnValueType<T> |
ReturnValueType.removeIgnoreAnnotations()
Removes the
ignore-annotations attribute |
ReturnValueType<T> |
ReturnValueType.removeValid()
Removes the
valid element |
ReturnValueType<T> |
ReturnValueType.valid(String valid)
Sets the
valid element |
Modifier and Type | Method and Description |
---|---|
ConstraintType<ReturnValueType<T>> |
ReturnValueType.createConstraint()
Creates a new
constraint element |
GroupConversionType<ReturnValueType<T>> |
ReturnValueType.createConvertGroup()
Creates a new
convert-group element |
List<ConstraintType<ReturnValueType<T>>> |
ReturnValueType.getAllConstraint()
Returns all
constraint elements |
List<GroupConversionType<ReturnValueType<T>>> |
ReturnValueType.getAllConvertGroup()
Returns all
convert-group elements |
ConstraintType<ReturnValueType<T>> |
ReturnValueType.getOrCreateConstraint()
If not already created, a new
constraint element will be created and returned. |
GroupConversionType<ReturnValueType<T>> |
ReturnValueType.getOrCreateConvertGroup()
If not already created, a new
convert-group element will be created and returned. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.