Enum AggregationType

java.lang.Object
java.lang.Enum<AggregationType>
ch.qos.logback.core.util.AggregationType
All Implemented Interfaces:
Serializable, Comparable<AggregationType>

public enum AggregationType extends Enum<AggregationType>
AggregationType classifies how one object is contained within another object. See also http://en.wikipedia.org/wiki/Class_diagram and http://en.wikipedia.org/wiki/Object_composition
Author:
Ceki Gulcu