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, setName
public boolean isPresent()
public void setPresent(boolean present)
present
- the present to setpublic String getValue()
getValue
in class AbstractParameter
public void setValue(String value)
setValue
in class AbstractParameter
value
- The value to setpublic boolean isRequired()
isRequired
in class AbstractParameter
public String getLocalizedArgName()
getLocalizedArgName
in class AbstractParameter
public String getLocalizedDescription()
getLocalizedDescription
in class AbstractParameter
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.