public class ApplicationClassificationConstraint<T extends ApplicationClassificationConstraint<T>> extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ApplicationClassificationConstraint.ApplicationClassificationConstraintResources
Child mutators for ApplicationClassificationConstraint 
 | 
| Constructor and Description | 
|---|
ApplicationClassificationConstraint()  | 
| 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 
 | 
ApplicationClassificationConstraint.ApplicationClassificationConstraintResources | 
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 ApplicationClassificationConstraint.ApplicationClassificationConstraintResources 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 © 2018 JBoss by Red Hat. All rights reserved.