|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.RoleOverride
public class RoleOverride
Used to determine which community roles will be overridden in a state
| Nested Class Summary | |
|---|---|
static class |
RoleOverride.Choice
|
| Field Summary | |
|---|---|
static java.util.Comparator<RoleOverride.Choice> |
ChoiceOrderCompare
Comparator for choice order. |
protected RoleOverride.Choice |
inheritedValue
|
protected RoleOverride.Choice |
value
|
| Constructor Summary | |
|---|---|
RoleOverride()
Default Constructor |
|
RoleOverride(RoleOverride.Choice value)
Boolean Constructor |
|
| Method Summary | |
|---|---|
RoleOverride |
clone()
|
RoleOverride.Choice |
getValue()
Gets the boolean value |
RoleOverride.Choice |
isInheritedValue()
|
void |
setInheritedValue(RoleOverride.Choice value)
|
void |
setValue(RoleOverride.Choice value)
Sets the boolean value |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RoleOverride.Choice inheritedValue
protected RoleOverride.Choice value
public static final java.util.Comparator<RoleOverride.Choice> ChoiceOrderCompare
There is an order in allowing override of a choice from an inherited lifecycle. If a choice is greater than another choice then that means the choice is allowed to override the other value. If the a choice is less then or equal then that value is not allowed to override the inherited value.
| Constructor Detail |
|---|
public RoleOverride()
public RoleOverride(RoleOverride.Choice value)
| Method Detail |
|---|
public RoleOverride.Choice getValue()
Stringpublic void setValue(RoleOverride.Choice value)
value - allowed object is Stringpublic RoleOverride.Choice isInheritedValue()
public void setInheritedValue(RoleOverride.Choice value)
inherited - The inherited to set.public RoleOverride clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||