Package | Description |
---|---|
org.yawlfoundation.yawl.views.ontology.mapping |
Modifier and Type | Method and Description |
---|---|
Mapping.Type |
Mapping.getType() |
static Mapping.Type |
Mapping.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mapping.Type[] |
Mapping.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Mapping(YTask task,
java.lang.String query,
java.lang.String mapsTo,
Mapping.Type type) |