public interface IBoxResourceHub
| Modifier and Type | Method and Description |
|---|---|
Collection<IBoxType> |
getAllTypes() |
Class |
getClass(IBoxType type)
Given a
IBoxType, get the corrosponding DAO class. |
IBoxType |
getTypeFromLowercaseString(String type)
Get the IBoxType from a lower case string value.
|
Class getClass(IBoxType type)
IBoxType, get the corrosponding DAO class.type - resource typeIBoxType getTypeFromLowercaseString(String type)
string - Collection<IBoxType> getAllTypes()
Copyright © 2014. All Rights Reserved.