Uses of Class
org.restlet.ext.wadl.OptionInfo
-
Packages that use OptionInfo Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of OptionInfo in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl declared as OptionInfo Modifier and Type Field Description private OptionInfoWadlRepresentation.ContentReader. currentOptionThe current parsed "option" tag.Fields in org.restlet.ext.wadl with type parameters of type OptionInfo Modifier and Type Field Description private java.util.List<OptionInfo>ParameterInfo. optionsDeprecated.List of option elements for that element.Methods in org.restlet.ext.wadl that return types with arguments of type OptionInfo Modifier and Type Method Description java.util.List<OptionInfo>ParameterInfo. getOptions()Deprecated.Returns the list of option elements for that element.Method parameters in org.restlet.ext.wadl with type arguments of type OptionInfo Modifier and Type Method Description voidParameterInfo. setOptions(java.util.List<OptionInfo> options)Deprecated.Sets the list of option elements for that element.
-