public abstract static class CommandModel.ParamModel extends Object
| Constructor and Description |
|---|
ParamModel() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getLocalizedDescription()
Returns a localized description for this parameter
|
abstract String |
getLocalizedPrompt()
Returns a localized prompt for this parameter
|
abstract String |
getLocalizedPromptAgain()
Returns a localized confirmation prompt for this parameter.
|
abstract String |
getName()
Returns the command parameter name.
|
abstract Param |
getParam()
Returns the command @Param annotation values.
|
abstract Class |
getType()
Returns the parameter type.
|
boolean |
isParamId(String key) |
public abstract String getName()
public abstract Param getParam()
public abstract String getLocalizedDescription()
public abstract String getLocalizedPrompt()
public abstract String getLocalizedPromptAgain()
public abstract Class getType()
public boolean isParamId(String key)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.