Uses of Class
net.webpdf.parameter.schema.extraction.info.ReplyStateType
-
Packages that use ReplyStateType Package Description net.webpdf.parameter.schema.extraction.info -
-
Uses of ReplyStateType in net.webpdf.parameter.schema.extraction.info
Fields in net.webpdf.parameter.schema.extraction.info declared as ReplyStateType Modifier and Type Field Description protected ReplyStateTypeReplyStateRelationType. state<?Methods in net.webpdf.parameter.schema.extraction.info that return ReplyStateType Modifier and Type Method Description static ReplyStateTypeReplyStateType. fromValue(String v)Gets the enum associated to the value passed as parameter.ReplyStateTypeReplyStateRelationType. getState()<?static ReplyStateTypeReplyStateType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplyStateType[]ReplyStateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.parameter.schema.extraction.info with parameters of type ReplyStateType Modifier and Type Method Description voidReplyStateRelationType. setState(ReplyStateType value)Sets the value of the state property.
-