org.lsst.ccs.shell
Class ShellCommandParamSpec
java.lang.Object
org.lsst.ccs.shell.ShellCommandParamSpec
public class ShellCommandParamSpec
- extends Object
Specification of command's parameters, such as description given with Param annotation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShellCommandParamSpec
public ShellCommandParamSpec(String name,
Class valueClass,
String description,
int position)
getValueClass
public Class getValueClass()
getDescription
public String getDescription()
getName
public String getName()
getPosition
public int getPosition()
Copyright © 2013 LSST. All Rights Reserved.