Class MapDataType
- java.lang.Object
-
- com.hybris.cockpitng.dataaccess.facades.type.DataType
-
- com.hybris.cockpitng.dataaccess.facades.type.MapDataType
-
public class MapDataType extends DataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapDataType.MapBuilder-
Nested classes/interfaces inherited from class com.hybris.cockpitng.dataaccess.facades.type.DataType
DataType.Builder, DataType.Type
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMapDataType(MapDataType.MapBuilder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataTypegetKeyType()DataTypegetValueType()-
Methods inherited from class com.hybris.cockpitng.dataaccess.facades.type.DataType
equals, getAllLabels, getAllSuperTypes, getAttribute, getAttributes, getClazz, getCode, getLabel, getSubtypes, getSuperType, getType, hashCode, isAbstract, isAtomic, isEnum, isSearchable, isSingleton
-
-
-
-
Constructor Detail
-
MapDataType
protected MapDataType(MapDataType.MapBuilder builder)
-
-