Value

public class Value

Class Value. Provides value functionality for the Hytale server.

java.lang.Object > Value

Field Summary

value

private T value

Field value.

documentPath

private String documentPath

Field documentPath.

valueName

private String valueName

Field valueName.

Method Detail

Value

public private Value (final String documentPath, final String valueName)

Method Value.

Parameters:
final String documentPath
final String valueName

getValue

public T getValue ()

Method getValue.

getDocumentPath

public String getDocumentPath ()

Method getDocumentPath.

getValueName

public String getValueName ()

Method getValueName.

ref

static Value ref (final String document, final String value)

Method ref.

Parameters:
final String document
final String value

of

static Value of (final T value)

Method of.

Parameters:
final T value