public interface IStatElement<V> extends Serializable
Modifier and Type | Method and Description |
---|---|
V |
getData()
Get the data, ex.
|
String |
getName()
Get the name of the stat element, ex.
|
void |
setData(V data)
Set the data for this element.
|
void |
setName(String name) |
String getName()
void setName(String name)
name
- V getData()
void setData(V data)
data
- Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.