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 TypeMethodDescriptionvoid
TimeEdgeType.setEnd
(TimeNodePropertyType value) Sets the value of the 'End
' containment reference.void
TimeOrdinalEraType.setEnd
(TimeNodePropertyType value) Sets the value of the 'End
' containment reference.void
TimeEdgeType.setStart
(TimeNodePropertyType value) Sets the value of the 'Start
' containment reference.void
TimeOrdinalEraType.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 TypeClassDescriptionclass
An implementation of the model object 'Time Node Property Type'.Fields in net.opengis.gml311.impl declared as TimeNodePropertyTypeModifier and TypeFieldDescriptionprotected TimeNodePropertyType
TimeEdgeTypeImpl.end
The cached value of the 'End
' containment reference.protected TimeNodePropertyType
TimeOrdinalEraTypeImpl.end
The cached value of the 'End
' containment reference.protected TimeNodePropertyType
TimeEdgeTypeImpl.start
The cached value of the 'Start
' containment reference.protected TimeNodePropertyType
TimeOrdinalEraTypeImpl.start
The 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 TypeMethodDescriptionNotificationChain
TimeEdgeTypeImpl.basicSetEnd
(TimeNodePropertyType newEnd, NotificationChain msgs) NotificationChain
TimeOrdinalEraTypeImpl.basicSetEnd
(TimeNodePropertyType newEnd, NotificationChain msgs) NotificationChain
TimeEdgeTypeImpl.basicSetStart
(TimeNodePropertyType newStart, NotificationChain msgs) NotificationChain
TimeOrdinalEraTypeImpl.basicSetStart
(TimeNodePropertyType newStart, NotificationChain msgs) void
TimeEdgeTypeImpl.setEnd
(TimeNodePropertyType newEnd) void
TimeOrdinalEraTypeImpl.setEnd
(TimeNodePropertyType newEnd) void
TimeEdgeTypeImpl.setStart
(TimeNodePropertyType newStart) void
TimeOrdinalEraTypeImpl.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'.boolean
Gml311Validator.validateTimeNodePropertyType
(TimeNodePropertyType timeNodePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)