public class ConfigurationAttributeChoice extends Object
| Modifier and Type | Field and Description |
|---|---|
private SystemObjectInfo |
_info |
private String |
_name |
private String |
_pid |
| Constructor and Description |
|---|
ConfigurationAttributeChoice(String pid) |
| Modifier and Type | Method and Description |
|---|---|
SystemObjectInfo |
getInfo() |
String |
getName() |
String |
getPid() |
void |
setInfo(SystemObjectInfo info)
Attribut "info"
|
void |
setName(String name)
Attribut "name"
|
private final String _pid
private String _name
private SystemObjectInfo _info
public ConfigurationAttributeChoice(String pid)
public void setName(String name)
name - Namepublic void setInfo(SystemObjectInfo info)
info - s.o.public String getPid()
public String getName()
public SystemObjectInfo getInfo()
null falls das Attribut nicht gesetzt wurde