public static class Technology.ExtraField
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Technology.ExtraField(PrimitiveNode np,
Variable.Key key,
java.lang.String desc)
Constructor builds a PrimitiveNode extra field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Method to return a description of the parameter, for the "Get Info" dialog.
|
Variable.Key |
getKey()
Method to return the Variable key that accesses the parameter.
|
java.lang.String |
getPrimName()
Method to return the name of the PrimitiveNode extra field that is parameterized.
|
public Technology.ExtraField(PrimitiveNode np, Variable.Key key, java.lang.String desc)
np
- the PrimitiveNode being parameterized.key
- the Variable key where the parameter is stored.desc
- a description of the parameter for the "Get Info" dialog.public java.lang.String getPrimName()
public Variable.Key getKey()
public java.lang.String getDescription()