Package | Description |
---|---|
org.processmining.servicelevelagreements.model | |
org.processmining.servicelevelagreements.model.sla |
Modifier and Type | Method and Description |
---|---|
static ProcessEntity |
ProcessEntity.parseFromText(java.lang.String text) |
static ProcessEntity |
ProcessEntity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessEntity[] |
ProcessEntity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProcessEntity |
IServiceLevelAgreementTemplate.getProcessEntity() |
ProcessEntity |
ServiceLevelAgreementTemplate.getProcessEntity() |
Modifier and Type | Method and Description |
---|---|
void |
IServiceLevelAgreementTemplate.setProcessEntity(ProcessEntity processEntity) |
void |
ServiceLevelAgreementTemplate.setProcessEntity(ProcessEntity processEntity) |