| Modifier and Type | Field and Description | 
|---|---|
| protected ResourceBundle | bundleResource bundle | 
| Constructor and Description | 
|---|
| AbstractParameter() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | clone(AbstractParameter param) | 
| String | getContextKey() | 
| String | getDescription() | 
| abstract String | getLocalizedArgName() | 
| abstract String | getLocalizedDescription() | 
| String | getLongName() | 
| String | getName() | 
| String | getValue() | 
| abstract boolean | isRequired() | 
| void | setContextKey(String commandAttribute) | 
| void | setDescription(String description) | 
| void | setLongName(String longName) | 
| void | setName(String name) | 
| void | setValue(String value) | 
protected ResourceBundle bundle
public String getDescription()
public abstract String getLocalizedDescription()
public String getName()
public void setDescription(String description)
description - The description to setpublic void setName(String name)
name - the name to setpublic String getValue()
public void setValue(String value)
value - The value to setpublic String getLongName()
public void setLongName(String longName)
longName - The longName to setprotected void clone(AbstractParameter param)
param - the AbstractParameter to clonepublic String getContextKey()
public void setContextKey(String commandAttribute)
commandAttribute - The commandAttribute to setpublic abstract boolean isRequired()
public abstract String getLocalizedArgName()
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.