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 FaceType
Gml311Factory. createFaceType()
Returns a new object of class 'Face Type'.FaceType
ContainerPropertyType. getFace()
Returns the value of the 'Face' containment reference.FaceType
DirectedFacePropertyType. getFace()
Returns the value of the 'Face' containment reference.FaceType
DocumentRoot. getFace()
Returns the value of the 'Face' containment reference.Methods in net.opengis.gml311 with parameters of type FaceType Modifier and Type Method Description void
ContainerPropertyType. setFace(FaceType value)
Sets the value of the 'Face
' containment reference.void
DirectedFacePropertyType. setFace(FaceType value)
Sets the value of the 'Face
' containment reference.void
DocumentRoot. 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 class
FaceTypeImpl
An implementation of the model object 'Face Type'.Fields in net.opengis.gml311.impl declared as FaceType Modifier and Type Field Description protected FaceType
ContainerPropertyTypeImpl. face
The cached value of the 'Face
' containment reference.protected FaceType
DirectedFacePropertyTypeImpl. face
The cached value of the 'Face
' containment reference.Methods in net.opengis.gml311.impl that return FaceType Modifier and Type Method Description FaceType
Gml311FactoryImpl. createFaceType()
FaceType
ContainerPropertyTypeImpl. getFace()
FaceType
DirectedFacePropertyTypeImpl. getFace()
FaceType
DocumentRootImpl. getFace()
Methods in net.opengis.gml311.impl with parameters of type FaceType Modifier and Type Method Description NotificationChain
ContainerPropertyTypeImpl. basicSetFace(FaceType newFace, NotificationChain msgs)
NotificationChain
DirectedFacePropertyTypeImpl. basicSetFace(FaceType newFace, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetFace(FaceType newFace, NotificationChain msgs)
void
ContainerPropertyTypeImpl. setFace(FaceType newFace)
void
DirectedFacePropertyTypeImpl. setFace(FaceType newFace)
void
DocumentRootImpl. 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 T
Gml311Switch. caseFaceType(FaceType object)
Returns the result of interpreting the object as an instance of 'Face Type'.boolean
Gml311Validator. validateFaceType(FaceType faceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-