public class DataAttributes extends Object
Constructor and Description |
---|
DataAttributes()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
checkRequiredAttributes(String[] attr_names) |
Set<String> |
getKeys() |
String |
getValue(String name) |
Collection<String> |
getValues() |
void |
setAttribute(String name,
String value) |
public Collection<String> getValues()
public void checkRequiredAttributes(String[] attr_names) throws RequiredAttributeNotFoundException