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 java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
public CommandParser.Option description(java.lang.String description)
type
public CommandParser.Option type(java.lang.Class type)
value
public CommandParser.Option value(java.lang.Object value)
getMini
public java.lang.String getMini()
getName
public java.lang.String getName()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getType
public java.lang.Class getType()
setType
public void setType(java.lang.Class type)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.