Uses of Enum Class
types.RelationshipType
Packages that use RelationshipType
Package
Description
-
Uses of RelationshipType in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes that return RelationshipTypeMethods in io.ciera.tool.sql.architecture.classes with parameters of type RelationshipTypeModifier and TypeMethodDescriptionvoidClassRelationship.setRel_type(RelationshipType m_rel_type) voidClassRelationshipSet.setRel_type(RelationshipType m_rel_type) -
Uses of RelationshipType in io.ciera.tool.sql.architecture.classes.impl
Methods in io.ciera.tool.sql.architecture.classes.impl that return RelationshipTypeMethods in io.ciera.tool.sql.architecture.classes.impl with parameters of type RelationshipTypeModifier and TypeMethodDescriptionstatic ClassRelationshipClassRelationshipImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_comp_name, String ref_comp_package, String m_name, int m_num, String ref_form_name, String m_form_phrase, String ref_part_name, String m_part_phrase, String ref_form_package, String ref_part_package, Mult m_form_mult, Mult m_part_mult, Cond m_form_cond, Cond m_part_cond, int m_id_num, String ref_peer_name, String ref_peer_comp_name, String ref_peer_package, RelationshipType m_rel_type) static ClassRelationshipClassRelationshipImpl.create(Sql context, String ref_comp_name, String ref_comp_package, String m_name, int m_num, String ref_form_name, String m_form_phrase, String ref_part_name, String m_part_phrase, String ref_form_package, String ref_part_package, Mult m_form_mult, Mult m_part_mult, Cond m_form_cond, Cond m_part_cond, int m_id_num, String ref_peer_name, String ref_peer_comp_name, String ref_peer_package, RelationshipType m_rel_type) voidClassRelationshipImpl.setRel_type(RelationshipType m_rel_type) voidClassRelationshipSetImpl.setRel_type(RelationshipType m_rel_type) -
Uses of RelationshipType in types
Methods in types that return RelationshipTypeModifier and TypeMethodDescriptionstatic RelationshipTypeRelationshipType.deserialize(Object o) static RelationshipTypeRelationshipType.valueOf(int value) Returns the enum constant of this class with the specified name.static RelationshipTypeReturns the enum constant of this class with the specified name.static RelationshipType[]RelationshipType.values()Returns an array containing the constants of this enum class, in the order they are declared.