Constructor and Description |
---|
IntegerOption(String longName,
Enum category,
Integer[] options,
Integer defval,
String description) |
IntegerOption(String longName,
Enum category,
Integer defval,
String description) |
IntegerOption(String prefix,
String name,
Enum category,
Integer[] options,
Integer defval,
String description) |
IntegerOption(String prefix,
String name,
Enum category,
Integer defval,
String description) |
Modifier and Type | Method and Description |
---|---|
Integer |
reloadValue()
Perform the appropriate load and conversion for the option's property.
|
bool, bool, bool, bool, defaultValue, description, displayName, enumeration, enumeration, enumeration, enumeration, force, formatOptions, formatOptions, formatValues, formatValues, integer, integer, integer, integer, integer, integer, integer, integer, isSpecified, load, loadProperty, options, prefix, propertyName, reload, shortName, string, string, string, string, string, string, string, string, toString, type, unforce
public IntegerOption(String prefix, String name, Enum category, Integer[] options, Integer defval, String description)
public IntegerOption(String longName, Enum category, Integer[] options, Integer defval, String description)
public IntegerOption(String prefix, String name, Enum category, Integer defval, String description)
public Integer reloadValue()
Option
reloadValue
in class Option<Integer>
Copyright © 2022. All rights reserved.