StorageField

public interface StorageField

A marker interface for the enums representing the names of the fields used by the framework to store its data.

Naming conventions for the enums' fields may be changed in favor of the field names to be represented accurately.

Owing to that, we may simply call toString or name to get a valid field name.

Inheritors

Functions

Link copied to clipboard
public abstract String name()
The field name.