Uses of Class
adams.flow.transformer.MergeObjectLocations.NoOverlapAction
-
Packages that use MergeObjectLocations.NoOverlapAction Package Description adams.flow.transformer -
-
Uses of MergeObjectLocations.NoOverlapAction in adams.flow.transformer
Fields in adams.flow.transformer declared as MergeObjectLocations.NoOverlapAction Modifier and Type Field Description protected MergeObjectLocations.NoOverlapAction
MergeObjectLocations. m_NoOverlapAction
what to do when an object has no overlaps.Methods in adams.flow.transformer that return MergeObjectLocations.NoOverlapAction Modifier and Type Method Description MergeObjectLocations.NoOverlapAction
MergeObjectLocations. getNoOverlapAction()
Returns the action to take when an object has no overlaps.static MergeObjectLocations.NoOverlapAction
MergeObjectLocations.NoOverlapAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static MergeObjectLocations.NoOverlapAction[]
MergeObjectLocations.NoOverlapAction. 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.NoOverlapAction Modifier and Type Method Description void
MergeObjectLocations. setNoOverlapAction(MergeObjectLocations.NoOverlapAction value)
Sets the action to take when an object has no overlaps.
-