org.xcmis.client.gwt.model.restatom
Enum EnumLinkRelation

java.lang.Object
  extended by java.lang.Enum<EnumLinkRelation>
      extended by org.xcmis.client.gwt.model.restatom.EnumLinkRelation
All Implemented Interfaces:
Serializable, Comparable<EnumLinkRelation>

public enum EnumLinkRelation
extends Enum<EnumLinkRelation>

Version:
$Id:
Author:

Enum Constant Summary
ALTERNATE
          Alternate.
CMIS_ACL
          CMIS ACL.
CMIS_ALLOWABLEACTIONS
          CMIS allowable actions.
CMIS_CHANGES
          CMIS changes.
CMIS_FOLDERTREE
          CMIS foldertree.
CMIS_POLICIES
          CMIS policies.
CMIS_RELATIONSHIPS
          CMIS relationships.
CMIS_ROOTDESCENDANTS
          CMIS root descendants.
CMIS_SOURCE
          CMIS source.
CMIS_TARGET
          CMIS target.
CMIS_TYPEDESCENDANTS
          CMIS type descendants.
CURRENT_VERSION
          Current version.
DESCRIBEDBY
          Described by.
DOWN
          Down.
ECLOSURE
          Enclosure.
EDIT
          Edit.
EDIT_MEDIA
          Edit media.
FIRST
          First.
LAST
          Last.
NEXT
          Next.
PREVIOUS
          Previous.
SELF
          Self.
SERVICE
          Service.
UP
          Up.
VERSION_HISTORY
          Version history.
VIA
          Via.
WORKING_COPY
          Working copy.
 
Method Summary
static EnumLinkRelation fromValue(String v)
           
 String value()
           
static EnumLinkRelation valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumLinkRelation[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SELF

public static final EnumLinkRelation SELF
Self.


EDIT

public static final EnumLinkRelation EDIT
Edit.


EDIT_MEDIA

public static final EnumLinkRelation EDIT_MEDIA
Edit media.


VIA

public static final EnumLinkRelation VIA
Via.


UP

public static final EnumLinkRelation UP
Up.


DOWN

public static final EnumLinkRelation DOWN
Down.


ALTERNATE

public static final EnumLinkRelation ALTERNATE
Alternate.


VERSION_HISTORY

public static final EnumLinkRelation VERSION_HISTORY
Version history.


CURRENT_VERSION

public static final EnumLinkRelation CURRENT_VERSION
Current version.


WORKING_COPY

public static final EnumLinkRelation WORKING_COPY
Working copy.


SERVICE

public static final EnumLinkRelation SERVICE
Service.


DESCRIBEDBY

public static final EnumLinkRelation DESCRIBEDBY
Described by.


FIRST

public static final EnumLinkRelation FIRST
First.


LAST

public static final EnumLinkRelation LAST
Last.


NEXT

public static final EnumLinkRelation NEXT
Next.


PREVIOUS

public static final EnumLinkRelation PREVIOUS
Previous.


CMIS_ALLOWABLEACTIONS

public static final EnumLinkRelation CMIS_ALLOWABLEACTIONS
CMIS allowable actions.


CMIS_RELATIONSHIPS

public static final EnumLinkRelation CMIS_RELATIONSHIPS
CMIS relationships.


CMIS_SOURCE

public static final EnumLinkRelation CMIS_SOURCE
CMIS source.


CMIS_TARGET

public static final EnumLinkRelation CMIS_TARGET
CMIS target.


CMIS_POLICIES

public static final EnumLinkRelation CMIS_POLICIES
CMIS policies.


CMIS_ACL

public static final EnumLinkRelation CMIS_ACL
CMIS ACL.


CMIS_CHANGES

public static final EnumLinkRelation CMIS_CHANGES
CMIS changes.


CMIS_FOLDERTREE

public static final EnumLinkRelation CMIS_FOLDERTREE
CMIS foldertree.


CMIS_TYPEDESCENDANTS

public static final EnumLinkRelation CMIS_TYPEDESCENDANTS
CMIS type descendants.


CMIS_ROOTDESCENDANTS

public static final EnumLinkRelation CMIS_ROOTDESCENDANTS
CMIS root descendants.


ECLOSURE

public static final EnumLinkRelation ECLOSURE
Enclosure.

Method Detail

values

public static EnumLinkRelation[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (EnumLinkRelation c : EnumLinkRelation.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EnumLinkRelation valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()
Returns:
String

fromValue

public static EnumLinkRelation fromValue(String v)
Parameters:
v - value
Returns:
EnumLinkRelation


Copyright © 2010 eXo Platform SAS. All Rights Reserved.