Uses of Class
org.kie.dmn.model.api.dmndi.AlignmentKind
-
Packages that use AlignmentKind Package Description org.kie.dmn.model.api.dmndi org.kie.dmn.model.v1_2.dmndi org.kie.dmn.model.v1_3.dmndi -
-
Uses of AlignmentKind in org.kie.dmn.model.api.dmndi
Methods in org.kie.dmn.model.api.dmndi that return AlignmentKind Modifier and Type Method Description static AlignmentKindAlignmentKind. fromValue(String v)AlignmentKindDMNStyle. getLabelHorizontalAlignement()AlignmentKindDMNStyle. getLabelVerticalAlignment()static AlignmentKindAlignmentKind. valueOf(String name)Returns the enum constant of this type with the specified name.static AlignmentKind[]AlignmentKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.dmn.model.api.dmndi with parameters of type AlignmentKind Modifier and Type Method Description voidDMNStyle. setLabelHorizontalAlignement(AlignmentKind value)voidDMNStyle. setLabelVerticalAlignment(AlignmentKind value) -
Uses of AlignmentKind in org.kie.dmn.model.v1_2.dmndi
Fields in org.kie.dmn.model.v1_2.dmndi declared as AlignmentKind Modifier and Type Field Description protected AlignmentKindDMNStyle. labelHorizontalAlignementprotected AlignmentKindDMNStyle. labelVerticalAlignmentMethods in org.kie.dmn.model.v1_2.dmndi that return AlignmentKind Modifier and Type Method Description AlignmentKindDMNStyle. getLabelHorizontalAlignement()Gets the value of the labelHorizontalAlignement property.AlignmentKindDMNStyle. getLabelVerticalAlignment()Gets the value of the labelVerticalAlignment property.Methods in org.kie.dmn.model.v1_2.dmndi with parameters of type AlignmentKind Modifier and Type Method Description voidDMNStyle. setLabelHorizontalAlignement(AlignmentKind value)Sets the value of the labelHorizontalAlignement property.voidDMNStyle. setLabelVerticalAlignment(AlignmentKind value)Sets the value of the labelVerticalAlignment property. -
Uses of AlignmentKind in org.kie.dmn.model.v1_3.dmndi
Fields in org.kie.dmn.model.v1_3.dmndi declared as AlignmentKind Modifier and Type Field Description protected AlignmentKindDMNStyle. labelHorizontalAlignementprotected AlignmentKindDMNStyle. labelVerticalAlignmentMethods in org.kie.dmn.model.v1_3.dmndi that return AlignmentKind Modifier and Type Method Description AlignmentKindDMNStyle. getLabelHorizontalAlignement()Gets the value of the labelHorizontalAlignement property.AlignmentKindDMNStyle. getLabelVerticalAlignment()Gets the value of the labelVerticalAlignment property.Methods in org.kie.dmn.model.v1_3.dmndi with parameters of type AlignmentKind Modifier and Type Method Description voidDMNStyle. setLabelHorizontalAlignement(AlignmentKind value)Sets the value of the labelHorizontalAlignement property.voidDMNStyle. setLabelVerticalAlignment(AlignmentKind value)Sets the value of the labelVerticalAlignment property.
-