Uses of Class
org.lemsml.jlems.api.LEMSBuildOptionsEnum
-
Packages that use LEMSBuildOptionsEnum Package Description org.lemsml.jlems.api org.lemsml.jlems.api.interfaces -
-
Uses of LEMSBuildOptionsEnum in org.lemsml.jlems.api
Fields in org.lemsml.jlems.api with type parameters of type LEMSBuildOptionsEnum Modifier and Type Field Description private java.util.Collection<LEMSBuildOptionsEnum>
LEMSBuildOptions. _options
Methods in org.lemsml.jlems.api that return LEMSBuildOptionsEnum Modifier and Type Method Description static LEMSBuildOptionsEnum
LEMSBuildOptionsEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LEMSBuildOptionsEnum[]
LEMSBuildOptionsEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.lemsml.jlems.api that return types with arguments of type LEMSBuildOptionsEnum Modifier and Type Method Description java.util.Collection<LEMSBuildOptionsEnum>
LEMSBuildOptions. getOptions()
Methods in org.lemsml.jlems.api with parameters of type LEMSBuildOptionsEnum Modifier and Type Method Description void
LEMSBuildOptions. addBuildOption(LEMSBuildOptionsEnum option)
boolean
LEMSBuildOptions. isOn(LEMSBuildOptionsEnum option)
-
Uses of LEMSBuildOptionsEnum in org.lemsml.jlems.api.interfaces
Methods in org.lemsml.jlems.api.interfaces that return types with arguments of type LEMSBuildOptionsEnum Modifier and Type Method Description java.util.Collection<LEMSBuildOptionsEnum>
ILEMSBuildOptions. getOptions()
Methods in org.lemsml.jlems.api.interfaces with parameters of type LEMSBuildOptionsEnum Modifier and Type Method Description void
ILEMSBuildOptions. addBuildOption(LEMSBuildOptionsEnum option)
boolean
ILEMSBuildOptions. isOn(LEMSBuildOptionsEnum option)
-