org.jclouds.vcloud.director.v1_5.domain
Enum Link.Rel

java.lang.Object
  extended by java.lang.Enum<Link.Rel>
      extended by org.jclouds.vcloud.director.v1_5.domain.Link.Rel
All Implemented Interfaces:
Serializable, Comparable<Link.Rel>
Enclosing class:
Link

public static enum Link.Rel
extends Enum<Link.Rel>


Enum Constant Summary
ADD
           
ALTERNATE
           
BLOCKING_TASK
           
CATALOG_ITEM
           
COLLABORATION_ABORT
           
COLLABORATION_FAIL
           
COLLABORATION_RESUME
           
CONSOLIDATE
           
CONTROL_ACCESS
           
COPY
           
DEPLOY
           
DISABLE
           
DISCARD_STATE
           
DOWN
           
DOWNLOAD_ALTERNATE
           
DOWNLOAD_DEFAULT
           
EDIT
           
EJECT_MEDIA
           
ENABLE
           
ENTITY_RESOLVER
           
FIRST_PAGE
           
INSERT_MEDIA
           
INSTALL_VMWARE_TOOLS
           
LAST_PAGE
           
MOVE
           
NEXT_PAGE
           
OVA
           
OVF
           
POWER_OFF
           
POWER_ON
           
PREVIOUS_PAGE
           
PUBLISH
           
REBOOT
           
RECOMPOSE
           
RECONNECT
           
REGISTER
           
REJECT
           
RELOCATE
           
REMOVE
           
REPAIR
           
RESET
           
SCREEN_ACQUIRE_TICKET
           
SCREEN_THUMBNAIL
           
SHUTDOWN
           
SUSPEND
           
SYNC_SYSLOG_SETTINGS
           
TASK_CANCEL
           
TASK_OWNER
           
TASK_PARAMS
           
TASK_REQUEST
           
UNDEPLOY
           
UNLOCK
           
UNRECOGNIZED
           
UNREGISTER
           
UP
           
UPDATE_PROGRESS
           
UPGRADE
           
UPLOAD_ALTERNATE
           
UPLOAD_DEFAULT
           
 
Field Summary
static List<Link.Rel> ALL
           
protected static Map<String,Link.Rel> REL_BY_ID
           
protected  String stringValue
           
 
Method Summary
static Link.Rel fromValue(String value)
           
 String value()
           
static Link.Rel valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Link.Rel[] 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

ADD

public static final Link.Rel ADD

ALTERNATE

public static final Link.Rel ALTERNATE

CATALOG_ITEM

public static final Link.Rel CATALOG_ITEM

COLLABORATION_ABORT

public static final Link.Rel COLLABORATION_ABORT

COLLABORATION_FAIL

public static final Link.Rel COLLABORATION_FAIL

COLLABORATION_RESUME

public static final Link.Rel COLLABORATION_RESUME

CONSOLIDATE

public static final Link.Rel CONSOLIDATE

CONTROL_ACCESS

public static final Link.Rel CONTROL_ACCESS

COPY

public static final Link.Rel COPY

DEPLOY

public static final Link.Rel DEPLOY

DISABLE

public static final Link.Rel DISABLE

DISCARD_STATE

public static final Link.Rel DISCARD_STATE

DOWN

public static final Link.Rel DOWN

DOWNLOAD_ALTERNATE

public static final Link.Rel DOWNLOAD_ALTERNATE

DOWNLOAD_DEFAULT

public static final Link.Rel DOWNLOAD_DEFAULT

EDIT

public static final Link.Rel EDIT

ENABLE

public static final Link.Rel ENABLE

ENTITY_RESOLVER

public static final Link.Rel ENTITY_RESOLVER

FIRST_PAGE

public static final Link.Rel FIRST_PAGE

INSTALL_VMWARE_TOOLS

public static final Link.Rel INSTALL_VMWARE_TOOLS

LAST_PAGE

public static final Link.Rel LAST_PAGE

EJECT_MEDIA

public static final Link.Rel EJECT_MEDIA

INSERT_MEDIA

public static final Link.Rel INSERT_MEDIA

MOVE

public static final Link.Rel MOVE

NEXT_PAGE

public static final Link.Rel NEXT_PAGE

OVA

public static final Link.Rel OVA

OVF

public static final Link.Rel OVF

POWER_OFF

public static final Link.Rel POWER_OFF

POWER_ON

public static final Link.Rel POWER_ON

REBOOT

public static final Link.Rel REBOOT

RESET

public static final Link.Rel RESET

SHUTDOWN

public static final Link.Rel SHUTDOWN

SUSPEND

public static final Link.Rel SUSPEND

PREVIOUS_PAGE

public static final Link.Rel PREVIOUS_PAGE

PUBLISH

public static final Link.Rel PUBLISH

RECOMPOSE

public static final Link.Rel RECOMPOSE

RECONNECT

public static final Link.Rel RECONNECT

REGISTER

public static final Link.Rel REGISTER

REJECT

public static final Link.Rel REJECT

RELOCATE

public static final Link.Rel RELOCATE

REMOVE

public static final Link.Rel REMOVE

SCREEN_ACQUIRE_TICKET

public static final Link.Rel SCREEN_ACQUIRE_TICKET

SCREEN_THUMBNAIL

public static final Link.Rel SCREEN_THUMBNAIL

SYNC_SYSLOG_SETTINGS

public static final Link.Rel SYNC_SYSLOG_SETTINGS

TASK_CANCEL

public static final Link.Rel TASK_CANCEL

BLOCKING_TASK

public static final Link.Rel BLOCKING_TASK

TASK_OWNER

public static final Link.Rel TASK_OWNER

TASK_PARAMS

public static final Link.Rel TASK_PARAMS

TASK_REQUEST

public static final Link.Rel TASK_REQUEST

UNDEPLOY

public static final Link.Rel UNDEPLOY

UNLOCK

public static final Link.Rel UNLOCK

UNREGISTER

public static final Link.Rel UNREGISTER

UP

public static final Link.Rel UP

UPDATE_PROGRESS

public static final Link.Rel UPDATE_PROGRESS

UPGRADE

public static final Link.Rel UPGRADE

UPLOAD_ALTERNATE

public static final Link.Rel UPLOAD_ALTERNATE

UPLOAD_DEFAULT

public static final Link.Rel UPLOAD_DEFAULT

REPAIR

public static final Link.Rel REPAIR

UNRECOGNIZED

public static final Link.Rel UNRECOGNIZED
Field Detail

ALL

public static final List<Link.Rel> ALL

stringValue

protected final String stringValue

REL_BY_ID

protected static final Map<String,Link.Rel> REL_BY_ID
Method Detail

values

public static Link.Rel[] 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 (Link.Rel c : Link.Rel.values())
    System.out.println(c);

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

valueOf

public static Link.Rel 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()

fromValue

public static Link.Rel fromValue(String value)


Copyright © 2009-2012 jclouds. All Rights Reserved.