PropertyManager Interface

public interface PropertyManager

PropertyManager defines implementation of a source of named properties.

Method Summary

Modifier and Type Method and Description
abstract StatePropertyAccessor<T> <T>createProperty(String name)

Creates a managed state property accessor for a property.

Method Details

<T>createProperty

public abstract StatePropertyAccessor createProperty(String name)

Creates a managed state property accessor for a property.

Parameters:

name - The name of the property accessor.

Returns:

A state property accessor for the property.

Applies to