Class NumericCandidate
java.lang.Object
com.github.rvesse.airline.types.numerics.NumericCandidate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNumericCandidate(String value) NumericCandidate(String prefix, String value, String suffix, String origValue) -
Method Summary
-
Field Details
-
prefix
-
value
-
suffix
-
origValue
-
-
Constructor Details
-
NumericCandidate
-
NumericCandidate
-
-
Method Details
-
hasPrefix
public boolean hasPrefix() -
hasSuffix
public boolean hasSuffix() -
getPrefix
-
getValue
-
getSuffix
-
getOriginalValue
-
toString
-