Uses of Enum Class
org.qubership.atp.dataset.model.AttributeType
Packages that use AttributeType
Package
Description
-
Uses of AttributeType in org.qubership.atp.dataset.config
Methods in org.qubership.atp.dataset.config that return types with arguments of type AttributeTypeModifier and TypeMethodDescriptionorg.springframework.core.convert.converter.Converter<String, AttributeType> ConverterConfig.attributeTypeConverter()Converter for creating AttributeType from string. -
Uses of AttributeType in org.qubership.atp.dataset.db
Methods in org.qubership.atp.dataset.db with parameters of type AttributeTypeModifier and TypeMethodDescriptionAttributeRepository.create(UUID dslId, Integer order, String name, AttributeType type, UUID dslRefId, List<String> listValues) Creates attribute.AttributeRepository.getByParentId(UUID dslId, AttributeType type) -
Uses of AttributeType in org.qubership.atp.dataset.exception.excel
Constructor parameters in org.qubership.atp.dataset.exception.excel with type arguments of type AttributeTypeModifierConstructorDescriptionImportExcelNotSupportedAttributeTypeException(String attributeName, String attributeTypeValue, List<AttributeType> supportedImportAttributeTypes) -
Uses of AttributeType in org.qubership.atp.dataset.model
Methods in org.qubership.atp.dataset.model that return AttributeTypeModifier and TypeMethodDescriptionstatic AttributeTypeAttributeType.from(short id) Finds AttributeType with specified id.Attribute.getType()static AttributeTypeReturns the enum constant of this class with the specified name.static AttributeType[]AttributeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.qubership.atp.dataset.model with parameters of type AttributeTypeModifier and TypeMethodDescriptiondefault Collection<Attribute> DataSetList.getAttributes(AttributeType type) voidAttribute.setType(AttributeType type) -
Uses of AttributeType in org.qubership.atp.dataset.model.impl
Methods in org.qubership.atp.dataset.model.impl that return AttributeTypeMethods in org.qubership.atp.dataset.model.impl with parameters of type AttributeTypeConstructors in org.qubership.atp.dataset.model.impl with parameters of type AttributeTypeModifierConstructorDescriptionAttributeImpl(UUID id, String name, DataSetList dataSetList, AttributeType type, DataSetList dataSetListReference, List<ListValue> listValues, List<Parameter> parameters) Just a bean. -
Uses of AttributeType in org.qubership.atp.dataset.service.direct
Methods in org.qubership.atp.dataset.service.direct with parameters of type AttributeType -
Uses of AttributeType in org.qubership.atp.dataset.service.direct.helper
Methods in org.qubership.atp.dataset.service.direct.helper with parameters of type AttributeTypeModifier and TypeMethodDescriptionCreationFacade.attr(DataSetList dsl, String name, AttributeType type, DataSetList dslRef, List<String> listValues) DbCreationFacade.attr(DataSetList dsl, String name, AttributeType type, DataSetList dslRef, List<String> listValues) SimpleCreationFacade.attr(DataSetList dsl, String name, AttributeType type, DataSetList dslRef, List<String> listValues) Creates an attr. -
Uses of AttributeType in org.qubership.atp.dataset.service.direct.impl
Methods in org.qubership.atp.dataset.service.direct.impl with parameters of type AttributeType -
Uses of AttributeType in org.qubership.atp.dataset.service.direct.importexport.models
Constructors in org.qubership.atp.dataset.service.direct.importexport.models with parameters of type AttributeTypeModifierConstructorDescriptionAttributeImportModel(UUID id, String name, String key, AttributeType type) AttributeImportModel constructor. -
Uses of AttributeType in org.qubership.atp.dataset.service.rest.dto.manager
Methods in org.qubership.atp.dataset.service.rest.dto.manager that return AttributeType