org.eclipse.ohf.stem.definitions.adapters.spatial
Class SpatialProviderAdapter

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by org.eclipse.ohf.stem.definitions.adapters.spatial.SpatialProviderAdapter
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal, SpatialProvider
Direct Known Subclasses:
LatLongProviderAdapter

public abstract class SpatialProviderAdapter
extends org.eclipse.emf.common.notify.impl.AdapterImpl
implements SpatialProvider

This class is extended by classes that adapt Identifiables to SpatialProviders.

See Also:
Identifiable

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Field Summary
static java.lang.String STEM_SPATIAL_SCHEME
          This is the scheme used for specifying URI's that are values for the spatial attribute of an Identifiable's dublin core instance.
static java.lang.String STEM_SPATIAL_SCHEME_PREFIX
          the scheme with a colon
 
Constructor Summary
SpatialProviderAdapter()
           
 
Method Summary
 boolean isAdapterForType(java.lang.Object type)
           
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTarget
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STEM_SPATIAL_SCHEME

public static final java.lang.String STEM_SPATIAL_SCHEME
This is the scheme used for specifying URI's that are values for the spatial attribute of an Identifiable's dublin core instance. If the value is a valid URI that conforms to this scheme, it will be interpreted by the adapter.

See Also:
Identifiable, DublinCore.getSpatial(), DublinCore.setSpatial(String), Constant Field Values

STEM_SPATIAL_SCHEME_PREFIX

public static final java.lang.String STEM_SPATIAL_SCHEME_PREFIX
the scheme with a colon

See Also:
Constant Field Values
Constructor Detail

SpatialProviderAdapter

public SpatialProviderAdapter()
Method Detail

isAdapterForType

public boolean isAdapterForType(java.lang.Object type)
Specified by:
isAdapterForType in interface org.eclipse.emf.common.notify.Adapter
Overrides:
isAdapterForType in class org.eclipse.emf.common.notify.impl.AdapterImpl
See Also:
AdapterImpl.isAdapterForType(java.lang.Object)