Uses of Class
org.n52.shetland.ogc.ows.OwsLanguageString
-
Packages that use OwsLanguageString Package Description org.n52.shetland.ogc.ows org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of OwsLanguageString in org.n52.shetland.ogc.ows
Methods in org.n52.shetland.ogc.ows that return OwsLanguageString Modifier and Type Method Description OwsLanguageStringOwsKeyword. getKeyword()Methods in org.n52.shetland.ogc.ows with parameters of type OwsLanguageString Modifier and Type Method Description intOwsLanguageString. compareTo(OwsLanguageString o)Constructors in org.n52.shetland.ogc.ows with parameters of type OwsLanguageString Constructor Description OwsKeyword(OwsLanguageString keyword)OwsKeyword(OwsLanguageString keyword, OwsCode type) -
Uses of OwsLanguageString in org.n52.shetland.ogc.wps.description
Methods in org.n52.shetland.ogc.wps.description that return OwsLanguageString Modifier and Type Method Description OwsLanguageStringDescription. getTitle()Methods in org.n52.shetland.ogc.wps.description that return types with arguments of type OwsLanguageString Modifier and Type Method Description Optional<OwsLanguageString>Description. getAbstract()Methods in org.n52.shetland.ogc.wps.description with parameters of type OwsLanguageString Modifier and Type Method Description BDescription.Builder. withAbstract(OwsLanguageString abstrakt)BDescription.Builder. withTitle(OwsLanguageString title) -
Uses of OwsLanguageString in org.n52.shetland.ogc.wps.description.impl
Methods in org.n52.shetland.ogc.wps.description.impl that return OwsLanguageString Modifier and Type Method Description OwsLanguageStringAbstractDescription.AbstractBuilder. getAbstract()OwsLanguageStringAbstractDescription.AbstractBuilder. getTitle()OwsLanguageStringAbstractDescription. getTitle()Methods in org.n52.shetland.ogc.wps.description.impl that return types with arguments of type OwsLanguageString Modifier and Type Method Description Optional<OwsLanguageString>AbstractDescription. getAbstract()Methods in org.n52.shetland.ogc.wps.description.impl with parameters of type OwsLanguageString Modifier and Type Method Description BAbstractDescription.AbstractBuilder. withAbstract(OwsLanguageString abstrakt)BAbstractDescription.AbstractBuilder. withTitle(OwsLanguageString title)
-