org.apache.openejb.client
Class CommandParser.Option
java.lang.Object
org.apache.openejb.client.CommandParser.Option
- Direct Known Subclasses:
- CommandParser.Category
- Enclosing class:
- CommandParser
public static class CommandParser.Option
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
public CommandParser.Option description(String description)
type
public CommandParser.Option type(Class type)
value
public CommandParser.Option value(Object value)
getMini
public String getMini()
getName
public String getName()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getType
public Class getType()
setType
public void setType(Class type)
getValue
public Object getValue()
setValue
public void setValue(Object value)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.