Interface DataDictionaryModel
-
- All Known Implementing Classes:
BaseDataDictionaryModel
public interface DataDictionaryModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetKey()StringgetName()DictionaryTypegetType(String typeName)Collection<DictionaryType>getTypes()
-
-
-
Method Detail
-
getKey
String getKey()
-
getName
String getName()
-
getDescription
String getDescription()
-
getTypes
Collection<DictionaryType> getTypes()
-
getType
DictionaryType getType(String typeName)
-
-