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.NoOverlapActionMergeObjectLocations. m_NoOverlapActionwhat to do when an object has no overlaps.Methods in adams.flow.transformer that return MergeObjectLocations.NoOverlapAction Modifier and Type Method Description MergeObjectLocations.NoOverlapActionMergeObjectLocations. getNoOverlapAction()Returns the action to take when an object has no overlaps.static MergeObjectLocations.NoOverlapActionMergeObjectLocations.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 voidMergeObjectLocations. setNoOverlapAction(MergeObjectLocations.NoOverlapAction value)Sets the action to take when an object has no overlaps.
-