public class BELAttr
extends Object
Constructor and Description |
---|
BELAttr(String name,
String value,
Net net) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Net |
getNet() |
String |
getValue() |
void |
setName(String name) |
void |
setNet(Net net) |
void |
setValue(String value) |
public BELAttr(String name, String value, Net net)