- java.lang.Object
-
- org.snmp4j.util.ArgumentParser.ArgumentFormat
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ArgumentParser
public static class ArgumentParser.ArgumentFormat extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArgumentFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetOption()ArgumentParser.ArgumentParameter[]getParameters()booleanisMandatory()booleanisParameter()booleanisVariableLength()java.lang.StringtoString()
-
-
-
Method Detail
-
isMandatory
public boolean isMandatory()
-
isParameter
public boolean isParameter()
-
getOption
public java.lang.String getOption()
-
getParameters
public ArgumentParser.ArgumentParameter[] getParameters()
-
isVariableLength
public boolean isVariableLength()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-