public class StatElement<V> extends Object implements IStatElement<V>
Constructor and Description |
---|
StatElement(String name,
V data)
Constructor
|
public String getName()
getName
in interface IStatElement<V>
public void setName(String name)
setName
in interface IStatElement<V>
name
- public V getData()
getData
in interface IStatElement<V>
public void setData(V data)
setData
in interface IStatElement<V>
data
- Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.