Package | Description |
---|---|
org.tencompetence.portlet.model |
Provides classes used for interpreting the model.
|
org.tencompetence.portlet.modeleditor.beans |
Provides classes as beans used by the modeleditor.
|
Modifier and Type | Method and Description |
---|---|
static CompetenceTypeEnum |
CompetenceTypeEnum.getTypeByName(java.lang.String competenceTypeName)
Gets the type by name.
|
static CompetenceTypeEnum |
CompetenceTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompetenceTypeEnum[] |
CompetenceTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CompetenceTypeEnum |
CompetenceEdit.getType()
Gets the type.
|
Modifier and Type | Method and Description |
---|---|
void |
CompetenceEdit.setType(CompetenceTypeEnum type)
Sets the type.
|