Uses of Class
com.hybris.cockpitng.dataaccess.facades.type.DataType.Type
-
Packages that use DataType.Type Package Description com.hybris.cockpitng.dataaccess.facades.type com.hybris.cockpitng.editors -
-
Uses of DataType.Type in com.hybris.cockpitng.dataaccess.facades.type
Methods in com.hybris.cockpitng.dataaccess.facades.type that return DataType.Type Modifier and Type Method Description DataType.TypeDataType. getType()static DataType.TypeDataType.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataType.Type[]DataType.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hybris.cockpitng.dataaccess.facades.type with parameters of type DataType.Type Modifier and Type Method Description protected DataTypeDataAttribute.Builder. ensureWrapped(DataType type, DataAttribute.AttributeType attributeType, DataType.Type dataType)DataType.BuilderCollectionDataType.CollectionBuilder. type(DataType.Type type)DataType.BuilderDataType.Builder. type(DataType.Type type)DataType.BuilderMapDataType.MapBuilder. type(DataType.Type type)Constructors in com.hybris.cockpitng.dataaccess.facades.type with parameters of type DataType.Type Constructor Description CollectionBuilder(java.lang.String typeCode, DataType.Type type) -
Uses of DataType.Type in com.hybris.cockpitng.editors
Methods in com.hybris.cockpitng.editors with parameters of type DataType.Type Modifier and Type Method Description static java.lang.StringEditorUtils. getCollectionEditorType(DataType valueType, DataType.Type collectionType)
-