public class SensitivityClassificationConstraint<T extends SensitivityClassificationConstraint<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SensitivityClassificationConstraint.SensitivityClassificationConstraintResources
Child mutators for SensitivityClassificationConstraint
|
Constructor and Description |
---|
SensitivityClassificationConstraint() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
SensitivityClassificationConstraint.SensitivityClassificationConstraintResources |
subresources() |
T |
type(String childKey)
Create and configure a Type object to the list of subresources
|
T |
type(String childKey,
TypeConsumer consumer)
Create and configure a Type object to the list of subresources
|
T |
type(Type value)
Add the Type object to the list of subresources
|
T |
type(TypeSupplier supplier)
Install a supplied Type object to the list of subresources
|
T |
types(List<Type> value)
Add all Type objects to this subresource
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public SensitivityClassificationConstraint.SensitivityClassificationConstraintResources subresources()
public T types(List<Type> value)
value
- List of Type objects.public T type(Type value)
value
- The Type to addpublic T type(String childKey, TypeConsumer consumer)
key
- The key for the Type resourceconfig
- The TypeConsumer to usepublic T type(String childKey)
key
- The key for the Type resourcepublic T type(TypeSupplier supplier)
Copyright © 2019 JBoss by Red Hat. All rights reserved.