public class Flag extends AbstractParameter
bundle| Constructor and Description | 
|---|
| Flag() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | clone() | 
| String | getLocalizedArgName() | 
| String | getLocalizedDescription() | 
| String | getValue() | 
| boolean | isPresent() | 
| boolean | isRequired() | 
| void | setPresent(boolean present) | 
| void | setValue(String value) | 
clone, getContextKey, getDescription, getLongName, getName, setContextKey, setDescription, setLongName, setNamepublic boolean isPresent()
public void setPresent(boolean present)
present - the present to setpublic String getValue()
getValue in class AbstractParameterpublic void setValue(String value)
setValue in class AbstractParametervalue - The value to setpublic boolean isRequired()
isRequired in class AbstractParameterpublic String getLocalizedArgName()
getLocalizedArgName in class AbstractParameterpublic String getLocalizedDescription()
getLocalizedDescription in class AbstractParameterCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.