| Package | Description |
|---|---|
| org.useware.kernel.model.mapping | |
| org.useware.kernel.model.structure |
| Modifier and Type | Field and Description |
|---|---|
protected MappingType |
Mapping.type |
| Modifier and Type | Method and Description |
|---|---|
MappingType |
Mapping.getType() |
static MappingType |
MappingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingType[] |
MappingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Mapping(MappingType type) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Mapping> |
InteractionUnit.findMapping(MappingType type)
Finds the first mapping of a type within the hierarchy.
|
<T extends Mapping> |
InteractionUnit.findMapping(MappingType type,
Predicate<T> predicate)
Finds the first mapping of a type within the hierarchy.
|
<T extends Mapping> |
InteractionUnit.getMapping(MappingType type)
Get a mapping local to this unit.
|
boolean |
InteractionUnit.hasMapping(MappingType type) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.