Uses of Class
types.AttributeAccessorType
-
Packages that use AttributeAccessorType Package Description io.ciera.tool.sql.architecture.classes io.ciera.tool.sql.architecture.classes.impl types -
-
Uses of AttributeAccessorType in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes that return AttributeAccessorType Modifier and Type Method Description AttributeAccessorTypeAttributeAccessor. getAccessor_type()AttributeAccessorTypeAttributeDerivation. getAccessor_type()Methods in io.ciera.tool.sql.architecture.classes with parameters of type AttributeAccessorType Modifier and Type Method Description voidAttributeAccessor. 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 AttributeAccessorType Modifier and Type Method Description AttributeAccessorTypeAttributeAccessorImpl. getAccessor_type()AttributeAccessorTypeAttributeDerivationImpl. getAccessor_type()Methods in io.ciera.tool.sql.architecture.classes.impl with parameters of type AttributeAccessorType Modifier and Type Method Description static 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 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)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 AttributeAccessorType Modifier and Type Method Description static AttributeAccessorTypeAttributeAccessorType. deserialize(Object o)static AttributeAccessorTypeAttributeAccessorType. valueOf(int value)Returns the enum constant of this type with the specified name.static AttributeAccessorTypeAttributeAccessorType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeAccessorType[]AttributeAccessorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-