public final class InfoImpl extends java.lang.Object implements InfoData.Info
Constructor and Description |
---|
InfoImpl(java.lang.String label,
java.lang.Object data,
InfoData.InfoType type) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getData() |
java.lang.String |
getLabel() |
InfoData.InfoType |
getType() |
public InfoImpl(java.lang.String label, java.lang.Object data, InfoData.InfoType type)
public java.lang.String getLabel()
getLabel
in interface InfoData.Info
public java.lang.Object getData()
getData
in interface InfoData.Info
public InfoData.InfoType getType()
getType
in interface InfoData.Info