Class ECtransOption<T>
java.lang.Object
ecmwf.common.ectrans.ECtransOption<T>
- Type Parameters:
T- the generic type
The Class ECtransOption.
- Author:
- root
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedECtransOption(ECtransGroups group, String module, String name, Class<T> clazz, List<T> defaultValues, List<T> choices) Instantiates a new ectrans option. -
Method Summary
Modifier and TypeMethodDescriptionGets the choices.getClazz()Gets the clazz.protected StringgetComment(boolean detailed) Gets the comment.protected TGets the default value.Gets the default values.protected ECtransGroupsgetGroup()Gets the group.protected StringGets the module.protected StringgetName()Gets the name.protected StringGets the parameter.protected StringgetTips()Gets the tips.protected booleanChecks if is secured.protected booleanChecks if is visible.
-
Constructor Details
-
ECtransOption
protected ECtransOption(ECtransGroups group, String module, String name, Class<T> clazz, List<T> defaultValues, List<T> choices) Instantiates a new ectrans option.- Parameters:
group- the groupmodule- the modulename- the nameclazz- the clazzdefaultValues- the default valueschoices- the choices
-
-
Method Details
-
getParameter
-
getGroup
-
getModule
-
getName
-
getTips
-
getClazz
-
getComment
Gets the comment.- Parameters:
detailed- the detailed- Returns:
- the comment
-
getDefaultValue
-
getDefaultValues
-
getChoices
-
isVisible
protected boolean isVisible()Checks if is visible.- Returns:
- true, if is visible
-
isSecured
protected boolean isSecured()Checks if is secured.- Returns:
- true, if is secured
-