Uses of Enum Class
types.AttributeAccessorType
Packages that use AttributeAccessorType
Package
Description
-
Uses of AttributeAccessorType in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes that return AttributeAccessorTypeModifier and TypeMethodDescriptionAttributeAccessor.getAccessor_type()AttributeDerivation.getAccessor_type()Methods in io.ciera.tool.sql.architecture.classes with parameters of type AttributeAccessorTypeModifier and TypeMethodDescriptionvoidAttributeAccessor.setAccessor_type(AttributeAccessorType m_accessor_type) voidAttributeAccessorSet.setAccessor_type(AttributeAccessorType m_accessor_type) voidAttributeDerivation.setAccessor_type(AttributeAccessorType ref_accessor_type) voidAttributeDerivationSet.setAccessor_type(AttributeAccessorType ref_accessor_type) -
Uses of AttributeAccessorType in io.ciera.tool.sql.architecture.classes.impl
Methods in io.ciera.tool.sql.architecture.classes.impl that return AttributeAccessorTypeModifier and TypeMethodDescriptionAttributeAccessorImpl.getAccessor_type()AttributeDerivationImpl.getAccessor_type()Methods in io.ciera.tool.sql.architecture.classes.impl with parameters of type AttributeAccessorTypeModifier and TypeMethodDescriptionstatic AttributeAccessorAttributeAccessorImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_attribute_name, String ref_class_package, String ref_class_name, AttributeAccessorType m_accessor_type) static AttributeAccessorAttributeAccessorImpl.create(Sql context, String ref_attribute_name, String ref_class_package, String ref_class_name, AttributeAccessorType m_accessor_type) static AttributeDerivationAttributeDerivationImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_class_name, String ref_class_package, String ref_attribute_name, AttributeAccessorType ref_accessor_type) static AttributeDerivationAttributeDerivationImpl.create(Sql context, String ref_class_name, String ref_class_package, String ref_attribute_name, AttributeAccessorType ref_accessor_type) voidAttributeAccessorImpl.setAccessor_type(AttributeAccessorType m_accessor_type) voidAttributeAccessorSetImpl.setAccessor_type(AttributeAccessorType m_accessor_type) voidAttributeDerivationImpl.setAccessor_type(AttributeAccessorType ref_accessor_type) voidAttributeDerivationSetImpl.setAccessor_type(AttributeAccessorType ref_accessor_type) -
Uses of AttributeAccessorType in types
Methods in types that return AttributeAccessorTypeModifier and TypeMethodDescriptionstatic AttributeAccessorTypeAttributeAccessorType.deserialize(Object o) static AttributeAccessorTypeAttributeAccessorType.valueOf(int value) Returns the enum constant of this class with the specified name.static AttributeAccessorTypeReturns the enum constant of this class with the specified name.static AttributeAccessorType[]AttributeAccessorType.values()Returns an array containing the constants of this enum class, in the order they are declared.