public static enum RelatedIdentifier.Relation extends Enum<RelatedIdentifier.Relation>
| Enum Constant and Description |
|---|
cites |
compiles |
hasPart |
isAlternateIdentifier |
isCitedBy |
isCompiledBy |
isIdenticalTo |
isNewVersionOf |
isPartOf |
isPreviousVersionOf |
isSupplementedBy |
isSupplementTo |
| Modifier and Type | Method and Description |
|---|---|
static RelatedIdentifier.Relation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelatedIdentifier.Relation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelatedIdentifier.Relation isCitedBy
public static final RelatedIdentifier.Relation cites
public static final RelatedIdentifier.Relation isSupplementTo
public static final RelatedIdentifier.Relation isSupplementedBy
public static final RelatedIdentifier.Relation isNewVersionOf
public static final RelatedIdentifier.Relation isPreviousVersionOf
public static final RelatedIdentifier.Relation isPartOf
public static final RelatedIdentifier.Relation hasPart
public static final RelatedIdentifier.Relation compiles
public static final RelatedIdentifier.Relation isCompiledBy
public static final RelatedIdentifier.Relation isIdenticalTo
public static final RelatedIdentifier.Relation isAlternateIdentifier
public static RelatedIdentifier.Relation[] values()
for (RelatedIdentifier.Relation c : RelatedIdentifier.Relation.values()) System.out.println(c);
public static RelatedIdentifier.Relation 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 © 2020. All Rights Reserved.