Interface DataDictionaryModel
-
- All Known Implementing Classes:
BaseDataDictionaryModel
public interface DataDictionaryModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
String
getKey()
String
getName()
DictionaryType
getType(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)
-
-