public static class Restriction.Type
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Restriction.Type |
COUNTRY
Indicates a Country type.
|
static Restriction.Type |
URI
Indicates a URI for a special restriction type.
|
private java.lang.String |
value |
Modifier | Constructor and Description |
---|---|
private |
Type(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final Restriction.Type COUNTRY
public static final Restriction.Type URI
private final java.lang.String value