public interface CustomEntry extends Entry
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttribute(java.lang.String attributeName)
Gets the value of an attribute by its name
|
java.util.HashMap<java.lang.String,java.lang.String> |
getAttributes()
Gets all attributes as a HashMap
|
void |
setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Sets a new attriubte and its values
|
addCustomAttribute, clone, close, createBinFileFormat, createCsvFileFormat, createCustomFileFormat, createXmlFileFormat, getComment, getContentClass, getCustomAttributes, getFileFormat, getId, getName, getSource, getSourceId, getUnisens, rename, setComment, setContentClass, setFileFormat, setName, setSource, setSourceId, setUnisensjava.lang.String getAttribute(java.lang.String attributeName)
attributeName - the name of the attributevoid setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
attributeName - the name of the attributeattributeValue - the value of the attriutejava.util.HashMap<java.lang.String,java.lang.String> getAttributes()