Uses of Enum Class
org.biopax.paxtools.pattern.constraint.Field.Operation
Packages that use Field.Operation
-
Uses of Field.Operation in org.biopax.paxtools.pattern.constraint
Methods in org.biopax.paxtools.pattern.constraint that return Field.OperationModifier and TypeMethodDescriptionstatic Field.OperationReturns the enum constant of this class with the specified name.static Field.Operation[]Field.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.biopax.paxtools.pattern.constraint with parameters of type Field.OperationModifierConstructorDescriptionField(String accessorString1, String accessorString2, Field.Operation oper) Constructor with accessor strings for the field value of the element and the desired value that will be reached from the second element.Field(String accessorString, Field.Operation oper, Object value) Constructor with accessor string for the field value of the element and the desired value.FieldOfMultiple(MappedConst con, String accessorString, Field.Operation oper, Object value) Constructor with accessor string for the field value of the element and the desired value.FieldOfMultiple(MappedConst con1, String accessorString1, MappedConst con2, String accessorString2, Field.Operation oper) Constructor with accessor strings for the field value of the element and the desired value that will be reached from the second element.