public class LogicalRoleMapper<T extends LogicalRoleMapper<T>> extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
LogicalRoleMapper.LogicalOperation  | 
| Constructor and Description | 
|---|
LogicalRoleMapper(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
String | 
getKey()  | 
String | 
left()
Reference to a role mapper to be used on the left side of the operation. 
 | 
T | 
left(String value)
Reference to a role mapper to be used on the left side of the operation. 
 | 
LogicalRoleMapper.LogicalOperation | 
logicalOperation()
The logical operation to be performed on the role mapper mappings. 
 | 
T | 
logicalOperation(LogicalRoleMapper.LogicalOperation value)
The logical operation to be performed on the role mapper mappings. 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
String | 
right()
Reference to a role mapper to be used on the right side of the operation. 
 | 
T | 
right(String value)
Reference to a role mapper to be used on the right side of the operation. 
 | 
public LogicalRoleMapper(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String left()
public T left(String value)
public LogicalRoleMapper.LogicalOperation logicalOperation()
public T logicalOperation(LogicalRoleMapper.LogicalOperation value)
public String right()
Copyright © 2018 JBoss by Red Hat. All rights reserved.