Toggle navigation
Home
org.kie.dmn.core.impl.FeelTypeImpl to org.kie.dmn.core.impl.SimpleTypeImpl
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'drools'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
feelType.getAllowedValues().get(0)
to
feelType.getAllowedValues().get(1).apply(ctx,"EMPLOYED")
is("UNEMPLOYED")
to
is(true)
feelType.getAllowedValues().get(1)
to
feelType.getAllowedValues().get(0).apply(ctx,"UNEMPLOYED")
is("EMPLOYED")
to
is(true)
feelType.getAllowedValues().get(2)
to
feelType.getAllowedValues().get(3).apply(ctx,"STUDENT")
is("SELF-EMPLOYED")
to
is(true)
feelType.getAllowedValues().get(3)
to
feelType.getAllowedValues().get(2).apply(ctx,"SELF-EMPLOYED")
is("STUDENT")
to
is(true)