Package org.cxbox.core.crudma.bc.impl
Class AbstractEnumBcSupplier<T extends Enum<T> & EnumBcIdentifier>
- java.lang.Object
-
- org.cxbox.core.crudma.bc.impl.AbstractEnumBcSupplier<T>
-
- All Implemented Interfaces:
BcSupplier
public abstract class AbstractEnumBcSupplier<T extends Enum<T> & EnumBcIdentifier> extends Object implements BcSupplier
-
-
Constructor Summary
Constructors Constructor Description AbstractEnumBcSupplier(Class<T> type)AbstractEnumBcSupplier(EnumBcIdentifier.Holder<T> holder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAllBcNames()BcDescriptiongetBcDescription(String bcName)
-
-
-
Constructor Detail
-
AbstractEnumBcSupplier
public AbstractEnumBcSupplier(EnumBcIdentifier.Holder<T> holder)
-
-
Method Detail
-
getAllBcNames
public List<String> getAllBcNames()
- Specified by:
getAllBcNamesin interfaceBcSupplier
-
getBcDescription
public BcDescription getBcDescription(String bcName)
- Specified by:
getBcDescriptionin interfaceBcSupplier
-
-