Uses of Enum Class
org.biopax.paxtools.pattern.constraint.Size.Type
Packages that use Size.Type
-
Uses of Size.Type in org.biopax.paxtools.pattern.constraint
Methods in org.biopax.paxtools.pattern.constraint that return Size.TypeModifier and TypeMethodDescriptionstatic Size.TypeReturns the enum constant of this class with the specified name.static Size.Type[]Size.Type.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 Size.TypeModifierConstructorDescriptionSize(Constraint con, int size, Size.Type type) Constructor with parameters.