com.azalient.api.a.model
Interface ISettingsKey

All Known Implementing Classes:
ISettingsKey.NameKey

public interface ISettingsKey

The Settings object holds a number of key-value properties: this is the interface to that table of properties


Nested Class Summary
static class ISettingsKey.NameKey
          To add a new field in the network-specific settings, add an entry in the NameKey enum, with a standard value.
 
Field Summary
static String BASE
           
 
Method Summary
 Object defaultValue()
          The default value of a property, if the value has not been set
 String key()
          The key, or name of a property
 

Field Detail

BASE

static final String BASE
See Also:
Constant Field Values
Method Detail

key

String key()
The key, or name of a property


defaultValue

Object defaultValue()
The default value of a property, if the value has not been set