Uses of Interface
net.opengis.gml311.FileType
-
Packages that use FileType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of FileType in net.opengis.gml311
Methods in net.opengis.gml311 that return FileType Modifier and Type Method Description FileType
Gml311Factory. createFileType()
Returns a new object of class 'File Type'.FileType
DocumentRoot. getFile()
Returns the value of the 'File' containment reference.FileType
RangeSetType. getFile()
Returns the value of the 'File' containment reference.Methods in net.opengis.gml311 with parameters of type FileType Modifier and Type Method Description void
DocumentRoot. setFile(FileType value)
Sets the value of the 'File
' containment reference.void
RangeSetType. setFile(FileType value)
Sets the value of the 'File
' containment reference. -
Uses of FileType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement FileType Modifier and Type Class Description class
FileTypeImpl
An implementation of the model object 'File Type'.Fields in net.opengis.gml311.impl declared as FileType Modifier and Type Field Description protected FileType
RangeSetTypeImpl. file
The cached value of the 'File
' containment reference.Methods in net.opengis.gml311.impl that return FileType Modifier and Type Method Description FileType
Gml311FactoryImpl. createFileType()
FileType
DocumentRootImpl. getFile()
FileType
RangeSetTypeImpl. getFile()
Methods in net.opengis.gml311.impl with parameters of type FileType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetFile(FileType newFile, NotificationChain msgs)
NotificationChain
RangeSetTypeImpl. basicSetFile(FileType newFile, NotificationChain msgs)
void
DocumentRootImpl. setFile(FileType newFile)
void
RangeSetTypeImpl. setFile(FileType newFile)
-
Uses of FileType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type FileType Modifier and Type Method Description T
Gml311Switch. 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)
-