Uses of Interface
net.opengis.ows11.LanguageStringType

Packages that use LanguageStringType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
net.opengis.wps10   
net.opengis.wps10.impl   
 

Uses of LanguageStringType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return LanguageStringType
 LanguageStringType Ows11Factory.createLanguageStringType()
          Returns a new object of class 'Language String Type'.
 LanguageStringType DocumentRoot.getAbstract()
          Returns the value of the 'Abstract' containment reference.
 LanguageStringType DocumentRoot.getTitle()
          Returns the value of the 'Title' containment reference.
 

Methods in net.opengis.ows11 with parameters of type LanguageStringType
 void DocumentRoot.setAbstract(LanguageStringType value)
          Sets the value of the 'Abstract' containment reference.
 void DocumentRoot.setTitle(LanguageStringType value)
          Sets the value of the 'Title' containment reference.
 

Uses of LanguageStringType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement LanguageStringType
 class LanguageStringTypeImpl
          An implementation of the model object 'Language String Type'.
 

Methods in net.opengis.ows11.impl that return LanguageStringType
 LanguageStringType Ows11FactoryImpl.createLanguageStringType()
           
 LanguageStringType DocumentRootImpl.getAbstract()
           
 LanguageStringType DocumentRootImpl.getTitle()
           
 

Methods in net.opengis.ows11.impl with parameters of type LanguageStringType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetAbstract(LanguageStringType newAbstract, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetTitle(LanguageStringType newTitle, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setAbstract(LanguageStringType newAbstract)
           
 void DocumentRootImpl.setTitle(LanguageStringType newTitle)
           
 

Uses of LanguageStringType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type LanguageStringType
 java.lang.Object Ows11Switch.caseLanguageStringType(LanguageStringType object)
          Returns the result of interpreting the object as an instance of 'Language String Type'.
 boolean Ows11Validator.validateLanguageStringType(LanguageStringType languageStringType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of LanguageStringType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type LanguageStringType
 boolean DocumentRootValidator.validateAbstract(LanguageStringType value)
           
 boolean DocumentRootValidator.validateTitle(LanguageStringType value)
           
 

Uses of LanguageStringType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return LanguageStringType
 LanguageStringType DescriptionType.getAbstract()
          Returns the value of the 'Abstract' containment reference.
 LanguageStringType DocumentOutputDefinitionType.getAbstract()
          Returns the value of the 'Abstract' containment reference.
 LanguageStringType InputType.getAbstract()
          Returns the value of the 'Abstract' containment reference.
 LanguageStringType DescriptionType.getTitle()
          Returns the value of the 'Title' containment reference.
 LanguageStringType DocumentOutputDefinitionType.getTitle()
          Returns the value of the 'Title' containment reference.
 LanguageStringType InputType.getTitle()
          Returns the value of the 'Title' containment reference.
 

Methods in net.opengis.wps10 with parameters of type LanguageStringType
 void DescriptionType.setAbstract(LanguageStringType value)
          Sets the value of the 'Abstract' containment reference.
 void DocumentOutputDefinitionType.setAbstract(LanguageStringType value)
          Sets the value of the 'Abstract' containment reference.
 void InputType.setAbstract(LanguageStringType value)
          Sets the value of the 'Abstract' containment reference.
 void DescriptionType.setTitle(LanguageStringType value)
          Sets the value of the 'Title' containment reference.
 void DocumentOutputDefinitionType.setTitle(LanguageStringType value)
          Sets the value of the 'Title' containment reference.
 void InputType.setTitle(LanguageStringType value)
          Sets the value of the 'Title' containment reference.
 

Uses of LanguageStringType in net.opengis.wps10.impl
 

Fields in net.opengis.wps10.impl declared as LanguageStringType
protected  LanguageStringType DescriptionTypeImpl.abstract_
          The cached value of the 'Abstract' containment reference.
protected  LanguageStringType InputTypeImpl.abstract_
          The cached value of the 'Abstract' containment reference.
protected  LanguageStringType DocumentOutputDefinitionTypeImpl.abstract_
          The cached value of the 'Abstract' containment reference.
protected  LanguageStringType DescriptionTypeImpl.title
          The cached value of the 'Title' containment reference.
protected  LanguageStringType InputTypeImpl.title
          The cached value of the 'Title' containment reference.
protected  LanguageStringType DocumentOutputDefinitionTypeImpl.title
          The cached value of the 'Title' containment reference.
 

Methods in net.opengis.wps10.impl that return LanguageStringType
 LanguageStringType DescriptionTypeImpl.getAbstract()
           
 LanguageStringType InputTypeImpl.getAbstract()
           
 LanguageStringType DocumentOutputDefinitionTypeImpl.getAbstract()
           
 LanguageStringType DescriptionTypeImpl.getTitle()
           
 LanguageStringType InputTypeImpl.getTitle()
           
 LanguageStringType DocumentOutputDefinitionTypeImpl.getTitle()
           
 

Methods in net.opengis.wps10.impl with parameters of type LanguageStringType
 org.eclipse.emf.common.notify.NotificationChain DescriptionTypeImpl.basicSetAbstract(LanguageStringType newAbstract, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain InputTypeImpl.basicSetAbstract(LanguageStringType newAbstract, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentOutputDefinitionTypeImpl.basicSetAbstract(LanguageStringType newAbstract, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DescriptionTypeImpl.basicSetTitle(LanguageStringType newTitle, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain InputTypeImpl.basicSetTitle(LanguageStringType newTitle, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentOutputDefinitionTypeImpl.basicSetTitle(LanguageStringType newTitle, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DescriptionTypeImpl.setAbstract(LanguageStringType newAbstract)
           
 void InputTypeImpl.setAbstract(LanguageStringType newAbstract)
           
 void DocumentOutputDefinitionTypeImpl.setAbstract(LanguageStringType newAbstract)
           
 void DescriptionTypeImpl.setTitle(LanguageStringType newTitle)
           
 void InputTypeImpl.setTitle(LanguageStringType newTitle)
           
 void DocumentOutputDefinitionTypeImpl.setTitle(LanguageStringType newTitle)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.