Package | Description |
---|---|
org.guvnor.structure.contributors |
Modifier and Type | Field and Description |
---|---|
static List<ContributorType> |
ContributorType.PRIORITY_ORDER |
Modifier and Type | Method and Description |
---|---|
ContributorType |
Contributor.getType() |
static ContributorType |
ContributorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContributorType[] |
ContributorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Contributor.setType(ContributorType type) |
Constructor and Description |
---|
Contributor(String username,
ContributorType type) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.