public enum RelationType extends Enum<RelationType>
| Enum Constant and Description |
|---|
Cites
Constant CITES
|
Compiles
Constant COMPILES
|
Continues
Constant CONTINUES
|
Documents
Constant DOCUMENTS
|
HasMetadata
Constant HASMETADATA
|
HasPart
Constant HASPART
|
IsCitedBy
Constant ISCITEDBY
|
IsCompiledBy
Constant ISCOMPILEDBY
|
IsContinuedBy
Constant ISCONTINUEDBY
|
IsDocumentedBy
Constant ISDOCUMENTEDBY
|
IsIdenticalTo
Constant ISIDENTICALTO
|
IsMetadataFor
Constant ISMETADATAFOR
|
IsNewVersionOf
Constant ISNEWVERSIONOF
|
IsOriginalFormOf
Constant ISORIGINALFORMOF
|
IsPartOf
Constant ISPARTOF
|
IsPreviousVersionOf
Constant ISPREVIOUSVERSIONOF
|
IsReferencedBy
Constant ISREFERENCEDBY
|
IsSupplementedBy
Constant ISSUPPLEMENTEDBY
|
IsSupplementTo
Constant ISSUPPLEMENTTO
|
IsVariantFormOf
Constant ISVARIANTFORMOF
|
References
Constant REFERENCES
|
| Modifier and Type | Method and Description |
|---|---|
static RelationType |
fromValue(String value)
Method fromValue.
|
void |
setValue(String value) |
String |
toString()
Method toString.
|
String |
value()
Method value.
|
static RelationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationType IsCitedBy
public static final RelationType Cites
public static final RelationType IsSupplementTo
public static final RelationType IsSupplementedBy
public static final RelationType IsContinuedBy
public static final RelationType Continues
public static final RelationType IsNewVersionOf
public static final RelationType IsPreviousVersionOf
public static final RelationType IsPartOf
public static final RelationType HasPart
public static final RelationType IsReferencedBy
public static final RelationType References
public static final RelationType IsDocumentedBy
public static final RelationType Documents
public static final RelationType IsCompiledBy
public static final RelationType Compiles
public static final RelationType IsVariantFormOf
public static final RelationType IsOriginalFormOf
public static final RelationType IsIdenticalTo
public static final RelationType HasMetadata
public static final RelationType IsMetadataFor
public static RelationType[] values()
for (RelationType c : RelationType.values()) System.out.println(c);
public static RelationType 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 static RelationType fromValue(String value)
value - public void setValue(String value)
value - public String toString()
toString in class Enum<RelationType>public String value()
Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.