Uses of Class
types.RelationshipType
-
Packages that use RelationshipType Package Description io.ciera.tool.sql.architecture.classes io.ciera.tool.sql.architecture.classes.impl types -
-
Uses of RelationshipType in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes that return RelationshipType Modifier and Type Method Description RelationshipTypeClassRelationship. getRel_type()Methods in io.ciera.tool.sql.architecture.classes with parameters of type RelationshipType Modifier and Type Method Description voidClassRelationship. 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 RelationshipType Modifier and Type Method Description RelationshipTypeClassRelationshipImpl. getRel_type()Methods in io.ciera.tool.sql.architecture.classes.impl with parameters of type RelationshipType Modifier and Type Method Description static 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)voidClassRelationshipImpl. setRel_type(RelationshipType m_rel_type)voidClassRelationshipSetImpl. setRel_type(RelationshipType m_rel_type) -
Uses of RelationshipType in types
Methods in types that return RelationshipType Modifier and Type Method Description static RelationshipTypeRelationshipType. deserialize(Object o)static RelationshipTypeRelationshipType. valueOf(int value)Returns the enum constant of this type with the specified name.static RelationshipTypeRelationshipType. valueOf(String name)Returns the enum constant of this type with the specified name.static RelationshipType[]RelationshipType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-