public class Attributes extends Object
Constructor and Description |
---|
Attributes() |
Modifier and Type | Method and Description |
---|---|
void |
add(AttributeType type,
int value) |
void |
addString(AttributeType type,
String value) |
static void |
chooseByString(JComboBox comboBox,
String value) |
void |
copy(Attributes attr)
makes a copy of an attributes.
|
void |
copyValues(Attributes attr)
from given attributes copies values of entries that exist in this class
|
int |
get(AttributeType type) |
Map<AttributeType,Integer> |
getMap() |
String |
getString(AttributeType type) |
boolean |
hasAttribute(AttributeType type) |
String |
toString() |
public void add(AttributeType type, int value)
public boolean hasAttribute(AttributeType type)
public int get(AttributeType type)
public String getString(AttributeType type)
public void addString(AttributeType type, String value)
public Map<AttributeType,Integer> getMap()
public void copy(Attributes attr)
attr
- public void copyValues(Attributes attr)
attr
- Jas4pp 1.5 © Java Analysis Studio for Particle Physics