Uses of Class
eu.tneitzel.rmg.internal.RMGOption
-
Packages that use RMGOption Package Description eu.tneitzel.rmg.internal eu.tneitzel.rmg.operations -
-
Uses of RMGOption in eu.tneitzel.rmg.internal
Methods in eu.tneitzel.rmg.internal that return RMGOption Modifier and Type Method Description static RMGOptionRMGOption. valueOf(String name)Returns the enum constant of this type with the specified name.static RMGOption[]RMGOption. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RMGOption in eu.tneitzel.rmg.operations
Methods in eu.tneitzel.rmg.operations with parameters of type RMGOption Modifier and Type Method Description booleanOperation. containsOption(RMGOption option)Check whether an operation contains the specified option.
-