|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.init.its.ds.ItsDataCategoryResolver
public class ItsDataCategoryResolver
Service class to obtain data category mapping for the name and the respective attributes
Method Summary | |
---|---|
static ItsDataCategoryResolver |
getResolver()
Returns a singletone instance of the ItsDataCategoryResolver |
void |
put(java.lang.String attributeName,
ItsAttributes.DataCategories dc)
Puts a bi-directional mapping for ItsAttributes.DataCategories and their respective attributes |
java.util.Set<ItsAttributes> |
retrieveAttributes(ItsAttributes.DataCategories dc)
Returns all atributes defined by a ItsAttributes.DataCategories |
ItsAttributes.DataCategories |
retrieveDataCategory(java.lang.String attributeName)
Returns the ItsAttributes.DataCategories for an its attribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ItsDataCategoryResolver getResolver()
ItsDataCategoryResolver
public void put(java.lang.String attributeName, ItsAttributes.DataCategories dc)
ItsAttributes.DataCategories
and their respective attributes
attributeName
- dc
- public ItsAttributes.DataCategories retrieveDataCategory(java.lang.String attributeName)
ItsAttributes.DataCategories
for an its attribute
attributeName
-
public java.util.Set<ItsAttributes> retrieveAttributes(ItsAttributes.DataCategories dc)
ItsAttributes.DataCategories
dc
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |