OGS Java API Spec

ogs.core
Interface Detail

All Known Implementing Classes:
Alignment, Description, Gender, Quantity

public interface Detail

A detail is a simple feature that describes an object. Details do not modify the object they are attached to; they only provide additional information about the object. Because details are features, they can be dynamically attached to objects as needed. The Detail class is an interface that identifies features that are details. Specific types of details can be found in the ogs::core::details package.

See Also:
Feature, ogs.core.details


OGS Java API Spec