com.electrotank.electroserver4.extensions.api.value
Interface ReadOnlyUserVariable


public interface ReadOnlyUserVariable

A User Variable is a name/value pair stored on the server and scoped to a user. A user can have many User Variables. The value of a User Variable is an EsObject. A user can create, update, or delete his own User Variables. Server extensions can create, update, or delete User Variables on any user.

See Also:
ElectroServer 4 Manual, User Variables, UserVariableEventHandler, ElectroServerApi.getUserVariable

Method Summary
 String getName()
          Gets the name of the user variable.
 EsObject getValue()
          Gets the EsObject value of the user variable.
 

Method Detail

getName

String getName()
Gets the name of the user variable.

Returns:
name

getValue

EsObject getValue()
Gets the EsObject value of the user variable.

Returns:
EsObject value


Copyright © 2007 Electrotank, Inc. All Rights Reserved.