Enum-Klasse IanaRelation
- Alle implementierten Schnittstellen:
Serializable,Comparable<IanaRelation>,Constable
A subset of IANA relations. The enum focuses on the most important links for REST.
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum-Konstanten - Übersicht
Enum-KonstantenEnum-KonstanteBeschreibungRefers to a resource that is the subject of the link's context.Refers to a substitute for this context.Refers to the author of the context.Designates the preferred version of a resource.The target IRI points to a resource which represents the collection resource for the context IRI.Refers to a table of contents.Refers to a copyright notice for the context.The target IRI points to a resource where a submission form can be obtained.Refers to a resource that can be directly edited.The target IRI points to a resource where a submission form for editing this resource can be obtained.An IRI that refers to the furthest preceding resource in a series of resources.The target IRI points to a resource that is a member of the collection represented by the context IRI.An IRI that refers to the furthest following resource in a series of resources.Refers to a license associated with this context.Indicates that the link's context is a part of a series, and that the next in the series is the link target.Indicates that the link's context is a part of a series, and that the previous in the series is the link target.Identifies a related resource.Refers to a search tool for finding resources.Conveys an identifier for the link's context.Indicates a URI that can be used to retrieve a service.Refers to a parent document in a hierarchy of documents.Points to a resource containing the version history for the context. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic IanaRelationGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static IanaRelation[]values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
-
Enum-Konstanten - Details
-
ABOUT
Refers to a resource that is the subject of the link's context. -
ALTERNATE
Refers to a substitute for this context. -
AUTHOR
Refers to the author of the context. -
CANONICAL
Designates the preferred version of a resource. -
COLLECTION
The target IRI points to a resource which represents the collection resource for the context IRI. -
CONTENTS
Refers to a table of contents. -
COPYRIGHT
Refers to a copyright notice for the context. -
CREATE_FORM
The target IRI points to a resource where a submission form can be obtained. -
EDIT
Refers to a resource that can be directly edited. -
EDIT_FORM
The target IRI points to a resource where a submission form for editing this resource can be obtained. -
FIRST
An IRI that refers to the furthest preceding resource in a series of resources. -
ITEM
The target IRI points to a resource that is a member of the collection represented by the context IRI. -
LAST
An IRI that refers to the furthest following resource in a series of resources. -
NEXT
Indicates that the link's context is a part of a series, and that the next in the series is the link target. -
PREV
Indicates that the link's context is a part of a series, and that the previous in the series is the link target. -
RELATED
Identifies a related resource. -
SEARCH
Refers to a search tool for finding resources. -
SELF
Conveys an identifier for the link's context. -
SERVICE
Indicates a URI that can be used to retrieve a service. -
VERSION_HISTORY
Points to a resource containing the version history for the context. -
LICENSE
Refers to a license associated with this context. -
UP
Refers to a parent document in a hierarchy of documents.
-
-
Methodendetails
-
values
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.- Gibt zurück:
- ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration
-
valueOf
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enum-Konstante in dieser Klasse deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)- Parameter:
name- Name der zurückzugebenden Enumerationskonstante.- Gibt zurück:
- Enumerationskonstante mit dem angegebenen Namen
- Löst aus:
IllegalArgumentException- wenn diese Enum-Klasse keine Konstante mit dem angegebenen Namen enthältNullPointerException- wenn das Argument nicht angegeben wird
-