public class AltRep extends Parameter
| Constructor and Description |
|---|
AltRep(java.lang.String aValue) |
AltRep(java.net.URI aUri) |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getUri() |
java.lang.String |
getValue() |
public AltRep(java.lang.String aValue)
throws java.net.URISyntaxException
aValue - a string representation of an alternate text represenationjava.net.URISyntaxException - when the specified string is not a value (quoted) uripublic AltRep(java.net.URI aUri)
aUri - a URI representing an alternate text representation