com.sap.workspaces.module.extension

Class ViewOption.LaunchMode

java.lang.Object
  extended by com.sap.workspaces.module.extension.ViewOption.LaunchMode
Enclosing class:
ViewOption

public static final class ViewOption.LaunchMode
extends Object

Contains constants that define how to launch the target of a tray option


Field Summary
static ViewOption.LaunchMode IN_PLACE
          Launch target in place
static ViewOption.LaunchMode NEW_WINDOW
          Launch target in a new window
 
Constructor Summary
protected ViewOption.LaunchMode(String value)
          Constructs a new LaunchMode
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
static ViewOption.LaunchMode valueOf(String value)
          Converts the specified string value to the LaunchMode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

IN_PLACE

public static final ViewOption.LaunchMode IN_PLACE
Launch target in place


NEW_WINDOW

public static final ViewOption.LaunchMode NEW_WINDOW
Launch target in a new window

Constructor Detail

ViewOption.LaunchMode

protected ViewOption.LaunchMode(String value)
Constructs a new LaunchMode

Parameters:
value - string value, which can be later converted by the toString() method
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

valueOf

public static ViewOption.LaunchMode valueOf(String value)
Converts the specified string value to the LaunchMode

Parameters:
value - the string value of a LaunchMode
Returns:
LaunchMode object


Copyright 2011 SAP AG Complete Copyright Notice