Uses of Class
org.deegree.commons.tom.ows.LanguageString

Packages that use LanguageString
org.deegree.protocol.ows.metadata   
org.deegree.protocol.wps.client.input.type   
org.deegree.protocol.wps.client.output.type   
org.deegree.protocol.wps.client.process   
 

Uses of LanguageString in org.deegree.protocol.ows.metadata
 

Methods in org.deegree.protocol.ows.metadata that return types with arguments of type LanguageString
 java.util.List<LanguageString> Description.getAbstract()
           
 java.util.List<Pair<java.util.List<LanguageString>,CodeType>> Description.getKeywords()
           
 java.util.List<LanguageString> Description.getTitle()
           
 

Uses of LanguageString in org.deegree.protocol.wps.client.input.type
 

Methods in org.deegree.protocol.wps.client.input.type that return LanguageString
 LanguageString InputType.getAbstract()
          Returns the abstract for the parameter.
 LanguageString InputType.getTitle()
          Returns the parameter title.
 

Constructors in org.deegree.protocol.wps.client.input.type with parameters of type LanguageString
BBoxInputType(CodeType id, LanguageString inputTitle, LanguageString inputAbstract, java.lang.String minOccurs, java.lang.String maxOccurs, java.lang.String defaultCRS, java.lang.String[] supportedCRSs)
           
ComplexInputType(CodeType id, LanguageString inputTitle, LanguageString inputAbstract, java.lang.String minOccurs, java.lang.String maxOccurs, ComplexFormat defaultFormat, ComplexFormat[] supportedFormats)
           
InputType(CodeType id, LanguageString inputTitle, LanguageString inputAbstract, java.lang.String minOccurs, java.lang.String maxOccurs)
          Creates a new InputType instance.
LiteralInputType(CodeType id, LanguageString inputTitle, LanguageString inputAbstract, java.lang.String minOccurs, java.lang.String maxOccurs, ValueWithRef dataType, ValueWithRef defaultUom, ValueWithRef[] supportedUoms, java.lang.String[] allowedValues, Range[] range, boolean anyValue, ValueWithRef reference)
          Creates a new LiteralInputType instance.
 

Uses of LanguageString in org.deegree.protocol.wps.client.output.type
 

Methods in org.deegree.protocol.wps.client.output.type that return LanguageString
 LanguageString OutputType.getAbstract()
          Returns the abstract for the parameter.
 LanguageString OutputType.getTitle()
          Returns the parameter title.
 

Constructors in org.deegree.protocol.wps.client.output.type with parameters of type LanguageString
BBoxOutputType(CodeType id, LanguageString outputTitle, LanguageString outputAbstract, java.lang.String defaultCrs, java.lang.String[] supportedCrs)
           
ComplexOutputType(CodeType id, LanguageString outputTitle, LanguageString outputAbstract, ComplexFormat defaultFormat, ComplexFormat[] supportedFormats)
           
LiteralOutputType(CodeType id, LanguageString outputTitle, LanguageString outputAbstract, ValueWithRef dataType, ValueWithRef defaultUom, ValueWithRef[] supportedUoms)
           
OutputType(CodeType id, LanguageString inputTitle, LanguageString inputAbstract)
          Creates a new OutputType instance.
 

Uses of LanguageString in org.deegree.protocol.wps.client.process
 

Methods in org.deegree.protocol.wps.client.process that return LanguageString
 LanguageString ProcessInfo.getAbstract()
          Returns the abstract of the process.
 LanguageString Process.getAbstract()
          Returns the abstract of the process.
 LanguageString ProcessInfo.getTitle()
          Returns the title of the process.
 LanguageString Process.getTitle()
          Returns the title of the process.
 

Constructors in org.deegree.protocol.wps.client.process with parameters of type LanguageString
ProcessInfo(CodeType id, LanguageString title, LanguageString processAbstract, java.lang.String version)
          Creates a new ProcessInfo instance.
 



Copyright © 2011. All Rights Reserved.