Class CollectionDataType
- java.lang.Object
-
- com.hybris.cockpitng.dataaccess.facades.type.DataType
-
- com.hybris.cockpitng.dataaccess.facades.type.CollectionDataType
-
public class CollectionDataType extends DataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCollectionDataType.CollectionBuilder-
Nested classes/interfaces inherited from class com.hybris.cockpitng.dataaccess.facades.type.DataType
DataType.Builder, DataType.Type
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCollectionDataType(CollectionDataType.CollectionBuilder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
CollectionDataType
protected CollectionDataType(CollectionDataType.CollectionBuilder builder)
-
-
Method Detail
-
getValueType
public DataType getValueType()
-
-