public class Reference extends Object
| Constructor and Description |
|---|
Reference() |
Reference(ReferenceType type,
int id) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
ReferenceType |
getType() |
static Reference |
parse(String value) |
void |
setId(int id) |
void |
setType(ReferenceType type) |
String |
toString() |
String |
toURLFragment() |
String |
toURLFragment(boolean endDash) |
public Reference()
public Reference(ReferenceType type, int id)
public String toURLFragment()
public String toURLFragment(boolean endDash)
public ReferenceType getType()
public void setType(ReferenceType type)
public int getId()
public void setId(int id)
Copyright © 2014. All Rights Reserved.