org.glassfish.api.admin
Class CommandModel.ParamModel

java.lang.Object
  extended by org.glassfish.api.admin.CommandModel.ParamModel
Enclosing class:
CommandModel

public abstract static class CommandModel.ParamModel
extends Object

Model for a command parameter.


Constructor Summary
CommandModel.ParamModel()
           
 
Method Summary
abstract  String getLocalizedDescription()
          Returns a localized description for this parameter
abstract  String getName()
          Returns the command parameter name.
abstract  Param getParam()
          Returns the command @Param annotation values.
abstract  Class getType()
          Returns the parameter type.
 boolean isParamId(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandModel.ParamModel

public CommandModel.ParamModel()
Method Detail

getName

public abstract String getName()
Returns the command parameter name.

Returns:
the command parameter name

getParam

public abstract Param getParam()
Returns the command @Param annotation values.

Returns:
the @Param instance for this parameter

getLocalizedDescription

public abstract String getLocalizedDescription()
Returns a localized description for this parameter

Returns:
a localized String

getType

public abstract Class getType()
Returns the parameter type.

Returns:
the parameter type.

isParamId

public boolean isParamId(String key)


Copyright © 2012. All Rights Reserved.