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 java.lang.Object


Method Summary
 CommandParser.Option description(java.lang.String description)
           
 java.lang.String getDescription()
           
 java.lang.String getMini()
           
 java.lang.String getName()
           
 java.lang.Class getType()
           
 java.lang.Object getValue()
           
 void setDescription(java.lang.String description)
           
 void setType(java.lang.Class type)
           
 void setValue(java.lang.Object value)
           
 CommandParser.Option type(java.lang.Class type)
           
 CommandParser.Option value(java.lang.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(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.