|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public static interface PluginParameterMeta.Type
Supported parameter types. The types are used to specify the data type of the parameter
values. They may also be used provide hints to configuration clients about the type
of input widgets or fields to use to accept the parameter value. For example, the
type STRING specifies that the parameter value must be a string whereas
the type PASSWORD specifies that the parameter value must be a string and
could be used as a hint to the configuration client to show a field/prompt appropriate
for a password field.
| Field Summary | |
|---|---|
static String |
ANTENNA
Type representing antennae of devices. |
static String |
BOOLEAN
Type for boolean values. |
static String |
LABEL
Type for a configuration parameter that does not have a value. |
static String |
NUMERIC
Type for numeric values. |
static String |
PASSWORD
This is also a string parameter. |
static String |
STRING
Type for simple string parameters. |
| Field Detail |
|---|
static final String STRING
static final String PASSWORD
static final String NUMERIC
static final String BOOLEAN
static final String LABEL
static final String ANTENNA
|
Documentation is available at ${DOCSWEBROOT} Copyright 2007 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||