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 FileTypeGml311Factory. createFileType()Returns a new object of class 'File Type'.FileTypeDocumentRoot. getFile()Returns the value of the 'File' containment reference.FileTypeRangeSetType. getFile()Returns the value of the 'File' containment reference.Methods in net.opengis.gml311 with parameters of type FileType Modifier and Type Method Description voidDocumentRoot. setFile(FileType value)Sets the value of the 'File' containment reference.voidRangeSetType. 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 classFileTypeImplAn implementation of the model object 'File Type'.Fields in net.opengis.gml311.impl declared as FileType Modifier and Type Field Description protected FileTypeRangeSetTypeImpl. fileThe cached value of the 'File' containment reference.Methods in net.opengis.gml311.impl that return FileType Modifier and Type Method Description FileTypeGml311FactoryImpl. createFileType()FileTypeDocumentRootImpl. getFile()FileTypeRangeSetTypeImpl. getFile()Methods in net.opengis.gml311.impl with parameters of type FileType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetFile(FileType newFile, NotificationChain msgs)NotificationChainRangeSetTypeImpl. basicSetFile(FileType newFile, NotificationChain msgs)voidDocumentRootImpl. setFile(FileType newFile)voidRangeSetTypeImpl. 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 TGml311Switch. caseFileType(FileType object)Returns the result of interpreting the object as an instance of 'File Type'.booleanGml311Validator. validateFileType(FileType fileType, DiagnosticChain diagnostics, Map<Object,Object> context)
-