| Package | Description |
|---|---|
| plugins.big.blobplugin.misc |
| Modifier and Type | Field and Description |
|---|---|
java.util.HashMap<ParametersCategory,java.util.List<plugins.adufour.ezplug.EzComponent>> |
Parameters.ezVariables
List of all the EzPlug variable containers.
|
java.util.HashMap<ParametersCategory,java.util.List<plugins.adufour.vars.lang.Var<?>>> |
Parameters.variables
List of all the Protocol variable containers.
|
| Modifier and Type | Method and Description |
|---|---|
static ParametersCategory |
ParametersCategory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParametersCategory[] |
ParametersCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|