public static enum LdpService.InteractionModel extends Enum<LdpService.InteractionModel>
Modifier and Type | Method and Description |
---|---|
static LdpService.InteractionModel |
fromURI(String uri) |
static LdpService.InteractionModel |
fromURI(org.openrdf.model.URI uri) |
org.openrdf.model.URI |
getUri() |
String |
stringValue() |
static LdpService.InteractionModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LdpService.InteractionModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LdpService.InteractionModel LDPR
public static final LdpService.InteractionModel LDPC
public static LdpService.InteractionModel[] values()
for (LdpService.InteractionModel c : LdpService.InteractionModel.values()) System.out.println(c);
public static LdpService.InteractionModel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic org.openrdf.model.URI getUri()
public String stringValue()
public static LdpService.InteractionModel fromURI(String uri)
public static LdpService.InteractionModel fromURI(org.openrdf.model.URI uri)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.