org.apache.openejb.client
Class CommandParser.Option

java.lang.Object
  extended by org.apache.openejb.client.CommandParser.Option
Direct Known Subclasses:
CommandParser.Category
Enclosing class:
CommandParser

public static class CommandParser.Option
extends Object


Method Summary
 CommandParser.Option description(String description)
           
 String getDescription()
           
 String getMini()
           
 String getName()
           
 Class getType()
           
 Object getValue()
           
 void setDescription(String description)
           
 void setType(Class type)
           
 void setValue(Object value)
           
 CommandParser.Option type(Class type)
           
 CommandParser.Option value(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.