Uses of Interface
net.opengis.gml311.TimeNodePropertyType
Packages that use TimeNodePropertyType
-
Uses of TimeNodePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeNodePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createTimeNodePropertyType()Returns a new object of class 'Time Node Property Type'.TimeEdgeType.getEnd()Returns the value of the 'End' containment reference.TimeOrdinalEraType.getEnd()Returns the value of the 'End' containment reference.TimeEdgeType.getStart()Returns the value of the 'Start' containment reference.TimeOrdinalEraType.getStart()Returns the value of the 'Start' containment reference.Methods in net.opengis.gml311 with parameters of type TimeNodePropertyTypeModifier and TypeMethodDescriptionvoidTimeEdgeType.setEnd(TimeNodePropertyType value) Sets the value of the 'End' containment reference.voidTimeOrdinalEraType.setEnd(TimeNodePropertyType value) Sets the value of the 'End' containment reference.voidTimeEdgeType.setStart(TimeNodePropertyType value) Sets the value of the 'Start' containment reference.voidTimeOrdinalEraType.setStart(TimeNodePropertyType value) Sets the value of the 'Start' containment reference. -
Uses of TimeNodePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeNodePropertyTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Time Node Property Type'.Fields in net.opengis.gml311.impl declared as TimeNodePropertyTypeModifier and TypeFieldDescriptionprotected TimeNodePropertyTypeTimeEdgeTypeImpl.endThe cached value of the 'End' containment reference.protected TimeNodePropertyTypeTimeOrdinalEraTypeImpl.endThe cached value of the 'End' containment reference.protected TimeNodePropertyTypeTimeEdgeTypeImpl.startThe cached value of the 'Start' containment reference.protected TimeNodePropertyTypeTimeOrdinalEraTypeImpl.startThe cached value of the 'Start' containment reference.Methods in net.opengis.gml311.impl that return TimeNodePropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTimeNodePropertyType()TimeEdgeTypeImpl.getEnd()TimeOrdinalEraTypeImpl.getEnd()TimeEdgeTypeImpl.getStart()TimeOrdinalEraTypeImpl.getStart()Methods in net.opengis.gml311.impl with parameters of type TimeNodePropertyTypeModifier and TypeMethodDescriptionNotificationChainTimeEdgeTypeImpl.basicSetEnd(TimeNodePropertyType newEnd, NotificationChain msgs) NotificationChainTimeOrdinalEraTypeImpl.basicSetEnd(TimeNodePropertyType newEnd, NotificationChain msgs) NotificationChainTimeEdgeTypeImpl.basicSetStart(TimeNodePropertyType newStart, NotificationChain msgs) NotificationChainTimeOrdinalEraTypeImpl.basicSetStart(TimeNodePropertyType newStart, NotificationChain msgs) voidTimeEdgeTypeImpl.setEnd(TimeNodePropertyType newEnd) voidTimeOrdinalEraTypeImpl.setEnd(TimeNodePropertyType newEnd) voidTimeEdgeTypeImpl.setStart(TimeNodePropertyType newStart) voidTimeOrdinalEraTypeImpl.setStart(TimeNodePropertyType newStart) -
Uses of TimeNodePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeNodePropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseTimeNodePropertyType(TimeNodePropertyType object) Returns the result of interpreting the object as an instance of 'Time Node Property Type'.booleanGml311Validator.validateTimeNodePropertyType(TimeNodePropertyType timeNodePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)