Uses of Interface
net.opengis.gml311.FaceType
-
Packages that use FaceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of FaceType in net.opengis.gml311
Methods in net.opengis.gml311 that return FaceType Modifier and Type Method Description FaceTypeGml311Factory. createFaceType()Returns a new object of class 'Face Type'.FaceTypeContainerPropertyType. getFace()Returns the value of the 'Face' containment reference.FaceTypeDirectedFacePropertyType. getFace()Returns the value of the 'Face' containment reference.FaceTypeDocumentRoot. getFace()Returns the value of the 'Face' containment reference.Methods in net.opengis.gml311 with parameters of type FaceType Modifier and Type Method Description voidContainerPropertyType. setFace(FaceType value)Sets the value of the 'Face' containment reference.voidDirectedFacePropertyType. setFace(FaceType value)Sets the value of the 'Face' containment reference.voidDocumentRoot. setFace(FaceType value)Sets the value of the 'Face' containment reference. -
Uses of FaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement FaceType Modifier and Type Class Description classFaceTypeImplAn implementation of the model object 'Face Type'.Fields in net.opengis.gml311.impl declared as FaceType Modifier and Type Field Description protected FaceTypeContainerPropertyTypeImpl. faceThe cached value of the 'Face' containment reference.protected FaceTypeDirectedFacePropertyTypeImpl. faceThe cached value of the 'Face' containment reference.Methods in net.opengis.gml311.impl that return FaceType Modifier and Type Method Description FaceTypeGml311FactoryImpl. createFaceType()FaceTypeContainerPropertyTypeImpl. getFace()FaceTypeDirectedFacePropertyTypeImpl. getFace()FaceTypeDocumentRootImpl. getFace()Methods in net.opengis.gml311.impl with parameters of type FaceType Modifier and Type Method Description NotificationChainContainerPropertyTypeImpl. basicSetFace(FaceType newFace, NotificationChain msgs)NotificationChainDirectedFacePropertyTypeImpl. basicSetFace(FaceType newFace, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetFace(FaceType newFace, NotificationChain msgs)voidContainerPropertyTypeImpl. setFace(FaceType newFace)voidDirectedFacePropertyTypeImpl. setFace(FaceType newFace)voidDocumentRootImpl. setFace(FaceType newFace) -
Uses of FaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type FaceType Modifier and Type Method Description TGml311Switch. caseFaceType(FaceType object)Returns the result of interpreting the object as an instance of 'Face Type'.booleanGml311Validator. validateFaceType(FaceType faceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-