Class JDACEnumerationProperty<T>

java.lang.Object
dev.goldmensch.propane.property.EnumerationPropertySkeleton<T>
io.github.kaktushose.jdac.property.internal.JDACEnumerationProperty<T>
All Implemented Interfaces:
Property<Collection<T>>, Property.MultiValue<Collection<T>>, SpecificProperty<Collection<T>>, JDACProperty<Collection<T>>

public final class JDACEnumerationProperty<T> extends EnumerationPropertySkeleton<T> implements JDACProperty<Collection<T>>