Uses of Interface
net.opengis.gml311.FileType
Packages that use FileType
-
Uses of FileType in net.opengis.gml311
Methods in net.opengis.gml311 that return FileTypeModifier and TypeMethodDescriptionGml311Factory.createFileType()
Returns a new object of class 'File Type'.DocumentRoot.getFile()
Returns the value of the 'File' containment reference.RangeSetType.getFile()
Returns the value of the 'File' containment reference.Methods in net.opengis.gml311 with parameters of type FileType -
Uses of FileType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement FileTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'File Type'.Fields in net.opengis.gml311.impl declared as FileTypeModifier and TypeFieldDescriptionprotected FileType
RangeSetTypeImpl.file
The cached value of the 'File
' containment reference.Methods in net.opengis.gml311.impl that return FileTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createFileType()
DocumentRootImpl.getFile()
RangeSetTypeImpl.getFile()
Methods in net.opengis.gml311.impl with parameters of type FileTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetFile
(FileType newFile, NotificationChain msgs) NotificationChain
RangeSetTypeImpl.basicSetFile
(FileType newFile, NotificationChain msgs) void
void
-
Uses of FileType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type FileTypeModifier and TypeMethodDescriptionGml311Switch.caseFileType
(FileType object) Returns the result of interpreting the object as an instance of 'File Type'.boolean
Gml311Validator.validateFileType
(FileType fileType, DiagnosticChain diagnostics, Map<Object, Object> context)