public class PragmaType extends Object
| Constructor and Description |
|---|
PragmaType(String value) |
PragmaType(String token,
String value) |
PragmaType(String token,
String value,
boolean quote) |
| Modifier and Type | Method and Description |
|---|---|
String |
getString() |
String |
getToken() |
String |
getValue() |
static PragmaType |
valueOf(String s) |
public PragmaType(String value)
public String getToken()
public String getValue()
public String getString()
public static PragmaType valueOf(String s) throws InvalidValueException
InvalidValueExceptionCopyright © 2023 jUPnP.org. All rights reserved.