|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Provides common interface for extension, code inspector, and analyzer
parameters. The parameters are specified in the plug-in manfiest file
plugin.xml.
| Field Summary | |
static int |
BOOLEAN
Represents a boolean parameter. |
static int |
INTEGER
Represents an integer parameter. |
static int |
LIST
Represents a property parameter. |
static int |
REAL
Represents a floating-point parameter. |
static int |
STRING
Represents a string parameter. |
static int |
STRING_ENUM
Represents a string enumeration parameter. |
| Method Summary | |
java.lang.Object |
clone()
Creates a deep copy of this parameter. |
java.lang.String |
getId()
Returns the unique identifier of this parameter. |
java.lang.String |
getName()
Returns the text description of this parameter. |
int |
getType()
Returns the type of this parameter encoded as integer. |
boolean |
isRemovable()
Indicates whether this parameter can be removed from the parameter registry. |
| Field Detail |
public static final int BOOLEAN
public static final int INTEGER
public static final int LIST
public static final int REAL
public static final int STRING
public static final int STRING_ENUM
| Method Detail |
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
public java.lang.String getId()
public java.lang.String getName()
public int getType()
public boolean isRemovable()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||