public static enum ProvenanceFacet.Relationship extends Enum<ProvenanceFacet.Relationship>
| Enum Constant and Description |
|---|
wasDerivedFrom |
wasGeneratedBy |
| Modifier and Type | Method and Description |
|---|---|
static ProvenanceFacet.Relationship |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvenanceFacet.Relationship[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvenanceFacet.Relationship wasDerivedFrom
public static final ProvenanceFacet.Relationship wasGeneratedBy
public static ProvenanceFacet.Relationship[] values()
for (ProvenanceFacet.Relationship c : ProvenanceFacet.Relationship.values()) System.out.println(c);
public static ProvenanceFacet.Relationship 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 © 2017. All Rights Reserved.