Interface InfoData.Info
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetData()java.lang.StringgetLabel()InfoData.InfoTypegetType()
-
-
-
Method Detail
-
getLabel
java.lang.String getLabel()
-
getData
java.lang.Object getData()
-
getType
InfoData.InfoType getType()
-
-