org.netbeans.modules.websvc.serverapi/0 1.0

org.netbeans.modules.websvc.wsstack.api
Enum WSStack.Holder

java.lang.Object
  extended by java.lang.Enum<WSStack.Holder>
      extended by org.netbeans.modules.websvc.wsstack.api.WSStack.Holder
All Implemented Interfaces:
Serializable, Comparable<WSStack.Holder>
Enclosing class:
WSStack<T>

public static enum WSStack.Holder
extends Enum<WSStack.Holder>

Enumeration of WS Stack Holders: determines the location WS Stack libraries. Options are: SERVER, IDE or JDK.


Enum Constant Summary
IDE
           
JDK
           
SERVER
           
 
Method Summary
static WSStack.Holder valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WSStack.Holder[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

IDE

public static final WSStack.Holder IDE

JDK

public static final WSStack.Holder JDK

SERVER

public static final WSStack.Holder SERVER
Method Detail

values

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

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

valueOf

public static WSStack.Holder 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

org.netbeans.modules.websvc.serverapi/0 1.0

Built on June 20 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.