Uses of Class
types.Cond
-
-
Uses of Cond in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes that return Cond Modifier and Type Method Description CondInstanceSelector. getConditionality()Methods in io.ciera.tool.sql.architecture.classes with parameters of type Cond Modifier and Type Method Description voidInstanceSelector. setConditionality(Cond m_conditionality)voidInstanceSelectorSet. setConditionality(Cond m_conditionality) -
Uses of Cond in io.ciera.tool.sql.architecture.classes.impl
Methods in io.ciera.tool.sql.architecture.classes.impl that return Cond Modifier and Type Method Description CondInstanceSelectorImpl. getConditionality()Methods in io.ciera.tool.sql.architecture.classes.impl with parameters of type Cond Modifier and Type Method Description static InstanceSelectorInstanceSelectorImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_class_name, String ref_class_package, String ref_name, int m_rel_num, Cond m_conditionality, boolean m_formalizer, String ref_comp_name, String ref_comp_package)voidInstanceSelectorImpl. setConditionality(Cond m_conditionality)voidInstanceSelectorSetImpl. setConditionality(Cond m_conditionality) -
Uses of Cond in io.ciera.tool.sql.architecture.relationship
Methods in io.ciera.tool.sql.architecture.relationship that return Cond Modifier and Type Method Description CondClassRelationship. getForm_cond()CondClassRelationship. getPart_cond()Methods in io.ciera.tool.sql.architecture.relationship with parameters of type Cond Modifier and Type Method Description voidClassRelationship. setForm_cond(Cond m_form_cond)voidClassRelationshipSet. setForm_cond(Cond m_form_cond)voidClassRelationship. setPart_cond(Cond m_part_cond)voidClassRelationshipSet. setPart_cond(Cond m_part_cond) -
Uses of Cond in io.ciera.tool.sql.architecture.relationship.impl
Methods in io.ciera.tool.sql.architecture.relationship.impl that return Cond Modifier and Type Method Description CondClassRelationshipImpl. getForm_cond()CondClassRelationshipImpl. getPart_cond()Methods in io.ciera.tool.sql.architecture.relationship.impl with parameters of type Cond 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)voidClassRelationshipImpl. setForm_cond(Cond m_form_cond)voidClassRelationshipSetImpl. setForm_cond(Cond m_form_cond)voidClassRelationshipImpl. setPart_cond(Cond m_part_cond)voidClassRelationshipSetImpl. setPart_cond(Cond m_part_cond) -
Uses of Cond in types
Methods in types that return Cond Modifier and Type Method Description static CondCond. deserialize(Object o)static CondCond. valueOf(int value)Returns the enum constant of this type with the specified name.static CondCond. valueOf(String name)Returns the enum constant of this type with the specified name.static Cond[]Cond. values()Returns an array containing the constants of this enum type, in the order they are declared.
-