public class IdentityParamDescriptor extends DynamicParamDescriptor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
BUNDLE_ATTRIBUTE_NAME, LOCALE_ATTRIBUTE_NAME| Constructor and Description |
|---|
IdentityParamDescriptor() |
IdentityParamDescriptor(java.lang.String pName,
java.lang.String pDescription,
java.lang.Class pParamClass,
boolean pOptional,
boolean pLocal,
java.lang.String pParamName)
Construct an ArrayElementParamDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectTypeInfo |
getParamInfo(ParamDescriptorResolver pResolver)
Returns the type of the parameter as the type of some
input parameter.
|
java.lang.String |
getParamName() |
void |
setParamName(java.lang.String pParamName)
Sets the property ParamName.
|
getParamClass, getRenderParamDescriptors, isLocal, isOptional, isRenderable, setLocal, setOptional, setParamClass, setRenderParamDescriptors, toStringcopyFeatureDescriptor, getDisplayName, getDisplayNameResource, getDisplaySortString, getLocalizedResourceBundle, getResourceBundle, getShortDescription, getShortDescriptionResource, getSortString, setDisplayNameResource, setShortDescriptionResourcepublic IdentityParamDescriptor()
public IdentityParamDescriptor(java.lang.String pName,
java.lang.String pDescription,
java.lang.Class pParamClass,
boolean pOptional,
boolean pLocal,
java.lang.String pParamName)
public void setParamName(java.lang.String pParamName)
public java.lang.String getParamName()
public ObjectTypeInfo getParamInfo(ParamDescriptorResolver pResolver)
getParamInfo in class DynamicParamDescriptor