Uses of Class
org.jvnet.mimepull.MIMEParser.STATE
-
-
Uses of MIMEParser.STATE in org.jvnet.mimepull
Fields in org.jvnet.mimepull declared as MIMEParser.STATE Modifier and Type Field Description private MIMEParser.STATE
MIMEParser. state
Methods in org.jvnet.mimepull that return MIMEParser.STATE Modifier and Type Method Description static MIMEParser.STATE
MIMEParser.STATE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MIMEParser.STATE[]
MIMEParser.STATE. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-