Mallet Engine  2
Entity-Component based game engine, written in Java.
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes | Static Public Attributes | Protected Attributes
com.linxonline.mallet.util.settings.VariableInterface Class Reference
Inheritance diagram for com.linxonline.mallet.util.settings.VariableInterface:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void setName (final String _name)
String getName ()
final int getType ()
String toString ()

Public Attributes

String name = new String( "NONE" )

Static Public Attributes

static final int NONE_TYPE = 0
static final int INT_TYPE = 1
static final int FLOAT_TYPE = 2
static final int STRING_TYPE = 3
static final int BOOLEAN_TYPE = 4
static final int OBJECT_TYPE = 5

Protected Attributes

int type = NONE_TYPE

Member Function Documentation


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables