org.eclipse.emf.cdo.mapping
Interface PackageMapping

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PackageMappingImpl

public interface PackageMapping
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Package Mapping'.

The following features are supported:

See Also:
MappingPackage.getPackageMapping()

Method Summary
 org.eclipse.emf.common.util.EList getClasses()
          Returns the value of the 'Classes' containment reference list.
 ClassMapping getClassMapping(java.lang.String name)
           
 java.lang.String getPackageName()
          Returns the value of the 'Package Name' attribute
 void setPackageName(java.lang.String value)
          Sets the value of the 'Package Name' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getClasses

org.eclipse.emf.common.util.EList getClasses()
Returns the value of the 'Classes' containment reference list. The list contents are of type ClassMapping.

If the meaning of the 'Classes' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Classes' containment reference list.
See Also:
MappingPackage.getPackageMapping_Classes()

getPackageName

java.lang.String getPackageName()
Returns the value of the 'Package Name' attribute.

If the meaning of the 'Package Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Package Name' attribute.
See Also:
setPackageName(String), MappingPackage.getPackageMapping_PackageName()

setPackageName

void setPackageName(java.lang.String value)
Sets the value of the 'Package Name' attribute.

Parameters:
value - the new value of the 'Package Name' attribute.
See Also:
getPackageName()

getClassMapping

ClassMapping getClassMapping(java.lang.String name)


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.