Uses of Class
net.opengis.wcs10.MetadataTypeType
Packages that use MetadataTypeType
- 
Uses of MetadataTypeType in net.opengis.wcs10Fields in net.opengis.wcs10 declared as MetadataTypeTypeModifier and TypeFieldDescriptionstatic final MetadataTypeTypeMetadataTypeType.FGDC_LITERALThe 'FGDC' literal object.static final MetadataTypeTypeMetadataTypeType.OTHER_LITERALThe 'Other' literal object.static final MetadataTypeTypeMetadataTypeType.TC211_LITERALThe 'TC211' literal object.Methods in net.opengis.wcs10 that return MetadataTypeTypeModifier and TypeMethodDescriptionstatic MetadataTypeTypeMetadataTypeType.get(int value) Returns the 'Metadata Type Type' literal with the specified integer value.static MetadataTypeTypeReturns the 'Metadata Type Type' literal with the specified literal value.static MetadataTypeTypeReturns the 'Metadata Type Type' literal with the specified name.MetadataLinkType.getMetadataType()Returns the value of the 'Metadata Type' attribute.Methods in net.opengis.wcs10 with parameters of type MetadataTypeTypeModifier and TypeMethodDescriptionvoidMetadataLinkType.setMetadataType(MetadataTypeType value) Sets the value of the 'Metadata Type' attribute.
- 
Uses of MetadataTypeType in net.opengis.wcs10.implFields in net.opengis.wcs10.impl declared as MetadataTypeTypeModifier and TypeFieldDescriptionprotected static final MetadataTypeTypeMetadataLinkTypeImpl.METADATA_TYPE_EDEFAULTThe default value of the 'Metadata Type' attribute.protected MetadataTypeTypeMetadataLinkTypeImpl.metadataTypeThe cached value of the 'Metadata Type' attribute.Methods in net.opengis.wcs10.impl that return MetadataTypeTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createMetadataTypeTypeFromString(EDataType eDataType, String initialValue) Wcs10FactoryImpl.createMetadataTypeTypeObjectFromString(EDataType eDataType, String initialValue) MetadataLinkTypeImpl.getMetadataType()Methods in net.opengis.wcs10.impl with parameters of type MetadataTypeTypeModifier and TypeMethodDescriptionvoidMetadataLinkTypeImpl.setMetadataType(MetadataTypeType newMetadataType) 
- 
Uses of MetadataTypeType in net.opengis.wcs10.validationMethods in net.opengis.wcs10.validation with parameters of type MetadataTypeTypeModifier and TypeMethodDescriptionbooleanMetadataLinkTypeValidator.validateMetadataType(MetadataTypeType value)