public static enum DependencyModel.DependencyEventType extends java.lang.Enum<DependencyModel.DependencyEventType>
Enum Constant and Description |
---|
ARRIVAL |
BINDING |
DEPARTURE |
INVALIDATE |
MODIFIED |
RECONFIGURED |
UNBINDING |
VALIDATE |
Modifier and Type | Method and Description |
---|---|
static DependencyModel.DependencyEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DependencyModel.DependencyEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DependencyModel.DependencyEventType VALIDATE
public static final DependencyModel.DependencyEventType INVALIDATE
public static final DependencyModel.DependencyEventType ARRIVAL
public static final DependencyModel.DependencyEventType MODIFIED
public static final DependencyModel.DependencyEventType DEPARTURE
public static final DependencyModel.DependencyEventType BINDING
public static final DependencyModel.DependencyEventType UNBINDING
public static final DependencyModel.DependencyEventType RECONFIGURED
public static DependencyModel.DependencyEventType[] values()
for (DependencyModel.DependencyEventType c : DependencyModel.DependencyEventType.values()) System.out.println(c);
public static DependencyModel.DependencyEventType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.