Groovy Documentation

com.ace.mws.plugins
[Java] Enum PluginState

java.lang.Object
  java.lang.Enum
      com.ace.mws.plugins.PluginState

public enum PluginState
extends Enum

Represents the current state of a plugin.


Enum Constant Summary
ERRORED

PAUSED

STARTED

STOPPED

 
Field Summary
private String str

Represents the current state of a plugin.

 
Method Summary
private def PluginState(String str)

String toString()

PluginState valueOf(String name)

Returns the enum constant of this type with the specified name.

PluginState[] values()

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

 
Methods inherited from class Enum
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Enum Constant Detail

ERRORED

PluginState ERRORED


PAUSED

PluginState PAUSED


STARTED

PluginState STARTED


STOPPED

PluginState STOPPED


 
Field Detail

str

private String str
Represents the current state of a plugin.


 
Method Detail

PluginState

private def PluginState(String str)


toString

de
	public
public String toString()


valueOf

PluginState valueOf(String name)
Returns the enum constant of this type with the specified name.


values

PluginState[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation