| Package | Description |
|---|---|
| org.kuali.rice.krms.impl.peopleflow |
| Modifier and Type | Method and Description |
|---|---|
static PeopleFlowActionTypeService.Type |
PeopleFlowActionTypeService.Type.fromString(String s)
for each type, check the input with the lowercase version of the type name, and returns any match.
|
static PeopleFlowActionTypeService.Type |
PeopleFlowActionTypeService.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeopleFlowActionTypeService.Type[] |
PeopleFlowActionTypeService.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PeopleFlowActionTypeService |
PeopleFlowActionTypeService.getInstance(PeopleFlowActionTypeService.Type type)
Factory method for getting a
PeopleFlowActionTypeService |
| Constructor and Description |
|---|
PeopleFlowActionTypeService(PeopleFlowActionTypeService.Type type)
Constructs a PeopleFlowActionTypeService of the given Type
|
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.