Uses of Interface
net.opengis.gml311.TimeNodePropertyType
-
Packages that use TimeNodePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeNodePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeNodePropertyType Modifier and Type Method Description TimeNodePropertyType
Gml311Factory. createTimeNodePropertyType()
Returns a new object of class 'Time Node Property Type'.TimeNodePropertyType
TimeEdgeType. getEnd()
Returns the value of the 'End' containment reference.TimeNodePropertyType
TimeOrdinalEraType. getEnd()
Returns the value of the 'End' containment reference.TimeNodePropertyType
TimeEdgeType. getStart()
Returns the value of the 'Start' containment reference.TimeNodePropertyType
TimeOrdinalEraType. getStart()
Returns the value of the 'Start' containment reference.Methods in net.opengis.gml311 with parameters of type TimeNodePropertyType Modifier and Type Method Description void
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 TimeNodePropertyType Modifier and Type Class Description class
TimeNodePropertyTypeImpl
An implementation of the model object 'Time Node Property Type'.Fields in net.opengis.gml311.impl declared as TimeNodePropertyType Modifier and Type Field Description protected 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 TimeNodePropertyType Modifier and Type Method Description TimeNodePropertyType
Gml311FactoryImpl. createTimeNodePropertyType()
TimeNodePropertyType
TimeEdgeTypeImpl. getEnd()
TimeNodePropertyType
TimeOrdinalEraTypeImpl. getEnd()
TimeNodePropertyType
TimeEdgeTypeImpl. getStart()
TimeNodePropertyType
TimeOrdinalEraTypeImpl. getStart()
Methods in net.opengis.gml311.impl with parameters of type TimeNodePropertyType Modifier and Type Method Description NotificationChain
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 TimeNodePropertyType Modifier and Type Method Description T
Gml311Switch. 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)
-