Uses of Class
jmri.jmrit.logixng.expressions.FileAsFlag.DeleteOrKeep
-
Packages that use FileAsFlag.DeleteOrKeep Package Description jmri.jmrit.logixng.expressions -
-
Uses of FileAsFlag.DeleteOrKeep in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return FileAsFlag.DeleteOrKeep Modifier and Type Method Description static FileAsFlag.DeleteOrKeep
FileAsFlag.DeleteOrKeep. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FileAsFlag.DeleteOrKeep[]
FileAsFlag.DeleteOrKeep. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng.expressions that return types with arguments of type FileAsFlag.DeleteOrKeep Modifier and Type Method Description LogixNG_SelectEnum<FileAsFlag.DeleteOrKeep>
FileAsFlag. getSelectDeleteOrKeep()
-