public final class Type extends Parameter
Modifier and Type | Class and Description |
---|---|
static class |
Type.Factory |
Parameter.Id
Modifier and Type | Field and Description |
---|---|
static Type |
HOME
Home type parameter.
|
static Type |
PREF
Pref type parameter.
|
static Type |
WORK
Work type parameter.
|
Constructor and Description |
---|
Type(java.lang.String... types) |
Type(java.lang.String value) |
Type(Type... types) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getTypes() |
java.lang.String |
getValue() |
public static final Type HOME
public static final Type WORK
public static final Type PREF
public Type(java.lang.String value)
value
- string representation of type parameterpublic Type(java.lang.String... types)
types
- string representations of multiple nested typespublic Type(Type... types)
types
- multiple nested types