Uses of Class
adams.flow.transformer.MergeObjectLocations.OverlapAction
-
Packages that use MergeObjectLocations.OverlapAction Package Description adams.flow.transformer -
-
Uses of MergeObjectLocations.OverlapAction in adams.flow.transformer
Fields in adams.flow.transformer declared as MergeObjectLocations.OverlapAction Modifier and Type Field Description protected MergeObjectLocations.OverlapAction
MergeObjectLocations. m_OverlapAction
what to do when two objects overlap.Methods in adams.flow.transformer that return MergeObjectLocations.OverlapAction Modifier and Type Method Description MergeObjectLocations.OverlapAction
MergeObjectLocations. getOverlapAction()
Returns the action to take when an object from this and the other report overlap.static MergeObjectLocations.OverlapAction
MergeObjectLocations.OverlapAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static MergeObjectLocations.OverlapAction[]
MergeObjectLocations.OverlapAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer with parameters of type MergeObjectLocations.OverlapAction Modifier and Type Method Description void
MergeObjectLocations. setOverlapAction(MergeObjectLocations.OverlapAction value)
Sets the action to take when an object from this and the other report overlap.
-