public interface IBoxResourceHub
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IBoxType> |
getAllTypes() |
java.lang.Class<? extends BoxObject> |
getClass(IBoxType type)
Given a
IBoxType , get the corrosponding DAO class. |
IBoxType |
getTypeFromLowercaseString(java.lang.String type)
Get the IBoxType from a lower case string value.
|
java.lang.Class<? extends BoxObject> getClass(IBoxType type)
IBoxType
, get the corrosponding DAO class.type
- resource typeIBoxType getTypeFromLowercaseString(java.lang.String type)
type
- java.util.Collection<IBoxType> getAllTypes()