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

Model for a command parameter.


Constructor Summary
CommandModel.ParamModel()
           
 
Method Summary
abstract  java.lang.String getLocalizedDescription()
          Returns a localized description for this parameter
abstract  java.lang.String getName()
          Returns the command parameter name.
abstract  Param getParam()
          Returns the command @Param annotation values.
abstract  java.lang.Class getType()
          Returns the parameter type.
 boolean isParamId(java.lang.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 java.lang.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 java.lang.String getLocalizedDescription()
Returns a localized description for this parameter

Returns:
a localized String

getType

public abstract java.lang.Class getType()
Returns the parameter type.

Returns:
the parameter type.

isParamId

public boolean isParamId(java.lang.String key)


Copyright © 2012 GlassFish Community. All Rights Reserved.