Interface UserInfo
-
- All Known Implementing Classes:
UserInfoImpl
public interface UserInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Get the info nameString
getValue()
Get the info value
-