public static class Restriction.Relationship
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Restriction.Relationship |
ALLOW
An Allow relationship
|
static Restriction.Relationship |
DENY
A deny relationship.
|
private java.lang.String |
value |
Modifier | Constructor and Description |
---|---|
private |
Relationship(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final Restriction.Relationship ALLOW
public static final Restriction.Relationship DENY
private final java.lang.String value