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 TimeNodePropertyTypeGml311Factory. createTimeNodePropertyType()Returns a new object of class 'Time Node Property Type'.TimeNodePropertyTypeTimeEdgeType. getEnd()Returns the value of the 'End' containment reference.TimeNodePropertyTypeTimeOrdinalEraType. getEnd()Returns the value of the 'End' containment reference.TimeNodePropertyTypeTimeEdgeType. getStart()Returns the value of the 'Start' containment reference.TimeNodePropertyTypeTimeOrdinalEraType. getStart()Returns the value of the 'Start' containment reference.Methods in net.opengis.gml311 with parameters of type TimeNodePropertyType Modifier and Type Method Description voidTimeEdgeType. 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 TimeNodePropertyType Modifier and Type Class Description classTimeNodePropertyTypeImplAn implementation of the model object 'Time Node Property Type'.Fields in net.opengis.gml311.impl declared as TimeNodePropertyType Modifier and Type Field Description protected 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 TimeNodePropertyType Modifier and Type Method Description TimeNodePropertyTypeGml311FactoryImpl. createTimeNodePropertyType()TimeNodePropertyTypeTimeEdgeTypeImpl. getEnd()TimeNodePropertyTypeTimeOrdinalEraTypeImpl. getEnd()TimeNodePropertyTypeTimeEdgeTypeImpl. getStart()TimeNodePropertyTypeTimeOrdinalEraTypeImpl. getStart()Methods in net.opengis.gml311.impl with parameters of type TimeNodePropertyType Modifier and Type Method Description NotificationChainTimeEdgeTypeImpl. 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 TimeNodePropertyType Modifier and Type Method Description TGml311Switch. 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)
-