Interface MatchCountAccessor
- All Known Subinterfaces:
Condition, MatchCountAccessor.MatchCountProperty, Operand<T>, Option<T>, PropertyOption<T>, Term
- All Known Implementing Classes:
AbstractCondition, AbstractOperand, AbstractOption, AbstractPropertyOption, AllCondition, AmbiguousArgsException, AndCondition, AnyCondition, ArgsSyntaxException, ArrayOperand, ArrayOption, BooleanOption, BooleanProperty, CasesCondition, CharOption, CharProperty, CleanFlag, ConfigOption, ConfigProperty, DaemonFlag, DebugFlag, DoubleOption, DoubleProperty, EnumOption, EnumProperty, FileOption, FileProperty, Flag, FloatOption, FloatProperty, ForceFlag, HelpFlag, InitFlag, IntOption, IntProperty, LongOption, LongProperty, NoneOperand, Operation, OrCondition, ParseArgsException, ParseOptionArgsException, QuietFlag, StringOperand, StringOption, StringProperty, SuperfluousArgsException, SysInfoFlag, UnknownArgsException, UnknownOptionArgsException, VerboseFlag, XorCondition
public interface MatchCountAccessor
Provides an accessor for a match-count property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a match-count property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a match-count property.static interfaceProvides a match-count property. -
Method Summary
Modifier and TypeMethodDescriptionintRetrieves the match-count from the match-count property.
-
Method Details
-
getMatchCount
int getMatchCount()Retrieves the match-count from the match-count property.- Returns:
- The matchCount stored by the match-count property.
-