public enum RequiredRdfContext extends Enum<RequiredRdfContext> implements TripleCategory
TripleCategory
s, but may choose to support others.Enum Constant and Description |
---|
EMBED_RESOURCES |
INBOUND_REFERENCES |
LDP_CONTAINMENT |
LDP_MEMBERSHIP |
MINIMAL |
PROPERTIES |
SERVER_MANAGED |
VERSIONS |
Modifier and Type | Method and Description |
---|---|
static RequiredRdfContext |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequiredRdfContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequiredRdfContext MINIMAL
public static final RequiredRdfContext PROPERTIES
public static final RequiredRdfContext VERSIONS
public static final RequiredRdfContext EMBED_RESOURCES
public static final RequiredRdfContext INBOUND_REFERENCES
public static final RequiredRdfContext SERVER_MANAGED
public static final RequiredRdfContext LDP_MEMBERSHIP
public static final RequiredRdfContext LDP_CONTAINMENT
public static RequiredRdfContext[] values()
for (RequiredRdfContext c : RequiredRdfContext.values()) System.out.println(c);
public static RequiredRdfContext 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 nullCopyright © 2013–2019 DuraSpace, Inc.. All rights reserved.