Uses of Class
org.kie.workbench.common.dmn.client.editors.expressions.types.relation.RelationUIModelMapperHelper.RelationSection
-
Packages that use RelationUIModelMapperHelper.RelationSection Package Description org.kie.workbench.common.dmn.client.editors.expressions.types.relation -
-
Uses of RelationUIModelMapperHelper.RelationSection in org.kie.workbench.common.dmn.client.editors.expressions.types.relation
Methods in org.kie.workbench.common.dmn.client.editors.expressions.types.relation that return RelationUIModelMapperHelper.RelationSection Modifier and Type Method Description static RelationUIModelMapperHelper.RelationSectionRelationUIModelMapperHelper. getSection(org.kie.workbench.common.dmn.api.definition.model.Relation relation, int columnIndex)static RelationUIModelMapperHelper.RelationSectionRelationUIModelMapperHelper.RelationSection. valueOf(String name)Returns the enum constant of this type with the specified name.static RelationUIModelMapperHelper.RelationSection[]RelationUIModelMapperHelper.RelationSection. values()Returns an array containing the constants of this enum type, in the order they are declared.
-