|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypePlacingRule | |
---|---|
org.openwms.common.domain | Contains essential domain classes of the COMMON module. |
Uses of TypePlacingRule in org.openwms.common.domain |
---|
Methods in org.openwms.common.domain that return types with arguments of type TypePlacingRule | |
---|---|
Set<TypePlacingRule> |
TransportUnitType.getTypePlacingRules()
Returns all TypePlacingRule s belonging to the
TransportUnitType . |
Methods in org.openwms.common.domain with parameters of type TypePlacingRule | |
---|---|
boolean |
TransportUnitType.addTypePlacingRule(TypePlacingRule typePlacingRule)
Add a rule to the TransportUnitType . |
boolean |
TransportUnitType.removeTypePlacingRule(TypePlacingRule typePlacingRule)
Remove a TypePlacingRule from the collection or rules. |
Method parameters in org.openwms.common.domain with type arguments of type TypePlacingRule | |
---|---|
void |
TransportUnitType.setTypePlacingRules(Set<TypePlacingRule> typePlacingRules)
Assign a Set of TypePlacingRule s to the
TransportUnitType . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |