Package | Description |
---|---|
net.sf.mpxj |
Modifier and Type | Method and Description |
---|---|
static SkillLevel |
SkillLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkillLevel[] |
SkillLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<Resource,SkillLevel> |
Resource.getRoleAssignments()
Retrieve a map of the roles assigned to this resource.
|
Modifier and Type | Method and Description |
---|---|
void |
Resource.addRoleAssignment(Resource role,
SkillLevel skillLevel)
Add a role assignment, and a skill level for the role, to this resource.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.