Package | Description |
---|---|
org.overlord.rtgov.activity.model | |
org.overlord.rtgov.activity.processor |
Modifier and Type | Method and Description |
---|---|
Context.Type |
Context.getType()
This method returns the type.
|
static Context.Type |
Context.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Context.Type[] |
Context.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.setType(Context.Type type)
This method sets the type.
|
Constructor and Description |
---|
Context(Context.Type type,
String value)
This constructor sets the fields for the context.
|
Modifier and Type | Method and Description |
---|---|
Context.Type |
TypeProcessor.ContextEvaluator.getType()
This method gets the context type.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeProcessor.ContextEvaluator.setType(Context.Type type)
This method sets the context type.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.