Uses of Interface
info.oais.interfaces.infomodel.identifiers.Location
| Package | Description |
|---|---|
| info.oais.implementation.infomodel.identifiers |
This package contains some suggested implemntations for special types of Identifiers.
|
| info.oais.interfaces.infomodel.identifiers |
This package contains some suggested interfaces for special types of Identifiers.
|
-
Uses of Location in info.oais.implementation.infomodel.identifiers
Classes in info.oais.implementation.infomodel.identifiers that implement Location Modifier and Type Class Description classLocationImpl1An Identifier which points to the location of an object, which may be a physical object..Fields in info.oais.implementation.infomodel.identifiers declared as Location Modifier and Type Field Description (package private) LocationLocationImpl1. m_LocationThe internal value for the Location.Methods in info.oais.implementation.infomodel.identifiers that return Location Modifier and Type Method Description LocationLocationImpl1. getLocation()Returns the location.Methods in info.oais.implementation.infomodel.identifiers with parameters of type Location Modifier and Type Method Description voidLocationImpl1. setLocation(Location loc)Sets the location. -
Uses of Location in info.oais.interfaces.infomodel.identifiers
Methods in info.oais.interfaces.infomodel.identifiers that return Location Modifier and Type Method Description LocationLocation. getLocation()Returns the location.Methods in info.oais.interfaces.infomodel.identifiers with parameters of type Location Modifier and Type Method Description voidLocation. setLocation(Location loc)Sets the location.