Modifier and Type | Field and Description |
---|---|
private String |
_type |
private String |
_value |
static String |
DEFAULT_TYPE
The default type
|
static String |
TYPE_IDENTIFIER
The type identifier
|
static String |
VALUE_IDENTIFIER
The value identifier
|
Constructor and Description |
---|
Reference(String value)
Constructs a reference
|
Reference(String value,
String type)
Constructs a reference
|
Modifier and Type | Method and Description |
---|---|
String |
getType()
Retrieves the type
|
String |
getValue()
Retrieves the value
|
public static final String VALUE_IDENTIFIER
public static final String TYPE_IDENTIFIER
public static final String DEFAULT_TYPE