Uses of Class
net.webpdf.wsclient.schema.extraction.info.ReplyStateType
-
Packages that use ReplyStateType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of ReplyStateType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as ReplyStateType Modifier and Type Field Description protected ReplyStateTypeReplyStateRelationType. stateMethods in net.webpdf.wsclient.schema.extraction.info that return ReplyStateType Modifier and Type Method Description static ReplyStateTypeReplyStateType. fromValue(String v)ReplyStateTypeReplyStateRelationType. getState()Gets the value of the state property.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.wsclient.schema.extraction.info with parameters of type ReplyStateType Modifier and Type Method Description voidReplyStateRelationType. setState(ReplyStateType value)Sets the value of the state property.
-