Uses of Enum Class
com.dna.jopt.member.unit.condition.connectedconstraint.ConnectedConstraint.ConnectionType
Packages that use ConnectedConstraint.ConnectionType
-
Uses of ConnectedConstraint.ConnectionType in com.dna.jopt.member.unit.condition.connectedconstraint
Methods in com.dna.jopt.member.unit.condition.connectedconstraint that return ConnectedConstraint.ConnectionTypeModifier and TypeMethodDescriptionConnectedConstraint.getConenctionType()
Returns the enum constant of this class with the specified name.static ConnectedConstraint.ConnectionType[]
ConnectedConstraint.ConnectionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.dna.jopt.member.unit.condition.connectedconstraint with parameters of type ConnectedConstraint.ConnectionTypeModifierConstructorDescriptionConnectedConstraint
(IConstraint subConstraintOne, IConstraint subConstraintTwo, ConnectedConstraint.ConnectionType connectionType)