Uses of Interface
io.ciera.tool.sql.ooaofmarking.MarkableElementType
-
Packages that use MarkableElementType Package Description io.ciera.tool io.ciera.tool.sql.ooaofmarking io.ciera.tool.sql.ooaofmarking.impl -
-
Uses of MarkableElementType in io.ciera.tool
Methods in io.ciera.tool with parameters of type MarkableElementType Modifier and Type Method Description voidSql. relate_R2821_Mark_marks_MarkableElementType(Mark form, MarkableElementType part)voidSql. relate_R2822_Feature_is_available_for_MarkableElementType(Feature form, MarkableElementType part)voidSql. unrelate_R2821_Mark_marks_MarkableElementType(Mark form, MarkableElementType part)voidSql. unrelate_R2822_Feature_is_available_for_MarkableElementType(Feature form, MarkableElementType part) -
Uses of MarkableElementType in io.ciera.tool.sql.ooaofmarking
Methods in io.ciera.tool.sql.ooaofmarking that return MarkableElementType Modifier and Type Method Description MarkableElementTypeMark. R2821_marks_MarkableElementType()Methods in io.ciera.tool.sql.ooaofmarking with parameters of type MarkableElementType Modifier and Type Method Description default voidFeature. addR2822_is_available_for_MarkableElementType(MarkableElementType inst)default voidFeature. removeR2822_is_available_for_MarkableElementType(MarkableElementType inst)default voidMark. setR2821_marks_MarkableElementType(MarkableElementType inst) -
Uses of MarkableElementType in io.ciera.tool.sql.ooaofmarking.impl
Classes in io.ciera.tool.sql.ooaofmarking.impl that implement MarkableElementType Modifier and Type Class Description classMarkableElementTypeImplFields in io.ciera.tool.sql.ooaofmarking.impl declared as MarkableElementType Modifier and Type Field Description static MarkableElementTypeMarkableElementTypeImpl. EMPTY_MARKABLEELEMENTTYPEMethods in io.ciera.tool.sql.ooaofmarking.impl that return MarkableElementType Modifier and Type Method Description static MarkableElementTypeMarkableElementTypeImpl. create(Sql context)static MarkableElementTypeMarkableElementTypeImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String m_name)static MarkableElementTypeMarkableElementTypeImpl. create(Sql context, String m_name)MarkableElementTypeMarkableElementTypeSetImpl. nullElement()MarkableElementTypeMarkableElementTypeImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)MarkableElementTypeMarkableElementTypeImpl.CLASS. populate(String p_name)MarkableElementTypeMarkImpl. R2821_marks_MarkableElementType()MarkableElementTypeMarkableElementTypeImpl. self()Methods in io.ciera.tool.sql.ooaofmarking.impl that return types with arguments of type MarkableElementType Modifier and Type Method Description List<MarkableElementType>MarkableElementTypeSetImpl. elements()Methods in io.ciera.tool.sql.ooaofmarking.impl with parameters of type MarkableElementType Modifier and Type Method Description voidFeatureImpl. addR2822_is_available_for_MarkableElementType(MarkableElementType inst)voidFeatureImpl. removeR2822_is_available_for_MarkableElementType(MarkableElementType inst)voidMarkImpl. setR2821_marks_MarkableElementType(MarkableElementType inst)Method parameters in io.ciera.tool.sql.ooaofmarking.impl with type arguments of type MarkableElementType Modifier and Type Method Description MarkableElementTypeSetMarkableElementTypeSetImpl. emptySet(Comparator<? super MarkableElementType> comp)Constructor parameters in io.ciera.tool.sql.ooaofmarking.impl with type arguments of type MarkableElementType Constructor Description MarkableElementTypeSetImpl(Comparator<? super MarkableElementType> comp)
-