Property

public interface Property(source)

A type consisting of a key and a value.

Author

Dustin Glaser

Inheritors

Functions

Link copied to clipboard
public abstract String key()
Returns the key of the property.
Link copied to clipboard
public abstract Object value()
Returns the value of the property.