Uses of Interface
net.opengis.fes20.BinaryTemporalOpType
-
Packages that use BinaryTemporalOpType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of BinaryTemporalOpType in net.opengis.fes20
Methods in net.opengis.fes20 that return BinaryTemporalOpType Modifier and Type Method Description BinaryTemporalOpType
Fes20Factory. createBinaryTemporalOpType()
Returns a new object of class 'Binary Temporal Op Type'.BinaryTemporalOpType
DocumentRoot. getAfter()
Returns the value of the 'After' containment reference.BinaryTemporalOpType
DocumentRoot. getAnyInteracts()
Returns the value of the 'Any Interacts' containment reference.BinaryTemporalOpType
DocumentRoot. getBefore()
Returns the value of the 'Before' containment reference.BinaryTemporalOpType
DocumentRoot. getBegins()
Returns the value of the 'Begins' containment reference.BinaryTemporalOpType
DocumentRoot. getBegunBy()
Returns the value of the 'Begun By' containment reference.BinaryTemporalOpType
DocumentRoot. getDuring()
Returns the value of the 'During' containment reference.BinaryTemporalOpType
DocumentRoot. getEndedBy()
Returns the value of the 'Ended By' containment reference.BinaryTemporalOpType
DocumentRoot. getEnds()
Returns the value of the 'Ends' containment reference.BinaryTemporalOpType
DocumentRoot. getMeets()
Returns the value of the 'Meets' containment reference.BinaryTemporalOpType
DocumentRoot. getMetBy()
Returns the value of the 'Met By' containment reference.BinaryTemporalOpType
DocumentRoot. getOverlappedBy()
Returns the value of the 'Overlapped By' containment reference.BinaryTemporalOpType
DocumentRoot. getTContains()
Returns the value of the 'TContains' containment reference.BinaryTemporalOpType
DocumentRoot. getTEquals()
Returns the value of the 'TEquals' containment reference.BinaryTemporalOpType
DocumentRoot. getTOverlaps()
Returns the value of the 'TOverlaps' containment reference.Methods in net.opengis.fes20 with parameters of type BinaryTemporalOpType Modifier and Type Method Description void
DocumentRoot. setAfter(BinaryTemporalOpType value)
Sets the value of the 'After
' containment reference.void
DocumentRoot. setAnyInteracts(BinaryTemporalOpType value)
Sets the value of the 'Any Interacts
' containment reference.void
DocumentRoot. setBefore(BinaryTemporalOpType value)
Sets the value of the 'Before
' containment reference.void
DocumentRoot. setBegins(BinaryTemporalOpType value)
Sets the value of the 'Begins
' containment reference.void
DocumentRoot. setBegunBy(BinaryTemporalOpType value)
Sets the value of the 'Begun By
' containment reference.void
DocumentRoot. setDuring(BinaryTemporalOpType value)
Sets the value of the 'During
' containment reference.void
DocumentRoot. setEndedBy(BinaryTemporalOpType value)
Sets the value of the 'Ended By
' containment reference.void
DocumentRoot. setEnds(BinaryTemporalOpType value)
Sets the value of the 'Ends
' containment reference.void
DocumentRoot. setMeets(BinaryTemporalOpType value)
Sets the value of the 'Meets
' containment reference.void
DocumentRoot. setMetBy(BinaryTemporalOpType value)
Sets the value of the 'Met By
' containment reference.void
DocumentRoot. setOverlappedBy(BinaryTemporalOpType value)
Sets the value of the 'Overlapped By
' containment reference.void
DocumentRoot. setTContains(BinaryTemporalOpType value)
Sets the value of the 'TContains
' containment reference.void
DocumentRoot. setTEquals(BinaryTemporalOpType value)
Sets the value of the 'TEquals
' containment reference.void
DocumentRoot. setTOverlaps(BinaryTemporalOpType value)
Sets the value of the 'TOverlaps
' containment reference. -
Uses of BinaryTemporalOpType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement BinaryTemporalOpType Modifier and Type Class Description class
BinaryTemporalOpTypeImpl
An implementation of the model object 'Binary Temporal Op Type'.Methods in net.opengis.fes20.impl that return BinaryTemporalOpType Modifier and Type Method Description BinaryTemporalOpType
Fes20FactoryImpl. createBinaryTemporalOpType()
BinaryTemporalOpType
DocumentRootImpl. getAfter()
BinaryTemporalOpType
DocumentRootImpl. getAnyInteracts()
BinaryTemporalOpType
DocumentRootImpl. getBefore()
BinaryTemporalOpType
DocumentRootImpl. getBegins()
BinaryTemporalOpType
DocumentRootImpl. getBegunBy()
BinaryTemporalOpType
DocumentRootImpl. getDuring()
BinaryTemporalOpType
DocumentRootImpl. getEndedBy()
BinaryTemporalOpType
DocumentRootImpl. getEnds()
BinaryTemporalOpType
DocumentRootImpl. getMeets()
BinaryTemporalOpType
DocumentRootImpl. getMetBy()
BinaryTemporalOpType
DocumentRootImpl. getOverlappedBy()
BinaryTemporalOpType
DocumentRootImpl. getTContains()
BinaryTemporalOpType
DocumentRootImpl. getTEquals()
BinaryTemporalOpType
DocumentRootImpl. getTOverlaps()
Methods in net.opengis.fes20.impl with parameters of type BinaryTemporalOpType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAfter(BinaryTemporalOpType newAfter, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetAnyInteracts(BinaryTemporalOpType newAnyInteracts, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetBefore(BinaryTemporalOpType newBefore, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetBegins(BinaryTemporalOpType newBegins, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetBegunBy(BinaryTemporalOpType newBegunBy, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetDuring(BinaryTemporalOpType newDuring, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetEndedBy(BinaryTemporalOpType newEndedBy, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetEnds(BinaryTemporalOpType newEnds, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMeets(BinaryTemporalOpType newMeets, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMetBy(BinaryTemporalOpType newMetBy, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetOverlappedBy(BinaryTemporalOpType newOverlappedBy, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetTContains(BinaryTemporalOpType newTContains, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetTEquals(BinaryTemporalOpType newTEquals, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetTOverlaps(BinaryTemporalOpType newTOverlaps, NotificationChain msgs)
void
DocumentRootImpl. setAfter(BinaryTemporalOpType newAfter)
void
DocumentRootImpl. setAnyInteracts(BinaryTemporalOpType newAnyInteracts)
void
DocumentRootImpl. setBefore(BinaryTemporalOpType newBefore)
void
DocumentRootImpl. setBegins(BinaryTemporalOpType newBegins)
void
DocumentRootImpl. setBegunBy(BinaryTemporalOpType newBegunBy)
void
DocumentRootImpl. setDuring(BinaryTemporalOpType newDuring)
void
DocumentRootImpl. setEndedBy(BinaryTemporalOpType newEndedBy)
void
DocumentRootImpl. setEnds(BinaryTemporalOpType newEnds)
void
DocumentRootImpl. setMeets(BinaryTemporalOpType newMeets)
void
DocumentRootImpl. setMetBy(BinaryTemporalOpType newMetBy)
void
DocumentRootImpl. setOverlappedBy(BinaryTemporalOpType newOverlappedBy)
void
DocumentRootImpl. setTContains(BinaryTemporalOpType newTContains)
void
DocumentRootImpl. setTEquals(BinaryTemporalOpType newTEquals)
void
DocumentRootImpl. setTOverlaps(BinaryTemporalOpType newTOverlaps)
-
Uses of BinaryTemporalOpType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type BinaryTemporalOpType Modifier and Type Method Description T
Fes20Switch. caseBinaryTemporalOpType(BinaryTemporalOpType object)
Returns the result of interpreting the object as an instance of 'Binary Temporal Op Type'.boolean
Fes20Validator. validateBinaryTemporalOpType(BinaryTemporalOpType binaryTemporalOpType, DiagnosticChain diagnostics, Map<Object,Object> context)
-