public abstract class Parameter extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Parameter.Id
Enumeration of parameter identifiers.
|
Constructor and Description |
---|
Parameter(Parameter.Id id) |
Parameter(String extendedName) |
public Parameter(String extendedName)
extendedName
- a non-standard parameter idpublic Parameter(Parameter.Id id)
id
- the parameter typepublic final Parameter.Id getId()
public abstract String getValue()
Copyright © 2008-2012 Micronode. All Rights Reserved.