org.eclipse.ocl.examples.modelregistry.model
Interface Accessor.Namespace<A extends Accessor<A>>

All Known Implementing Classes:
AccessorNamespace
Enclosing interface:
Accessor<A extends Accessor<A>>

public static interface Accessor.Namespace<A extends Accessor<A>>


Method Summary
 java.lang.String getName()
          Return the name by which this accessor namespace is known.
 A newInstance(java.lang.String name)
          Create a new accessor of this namespace for a name
 

Method Detail

newInstance

A newInstance(java.lang.String name)
                                  throws java.lang.Exception
Create a new accessor of this namespace for a name

Returns:
the accessor for name
Throws:
java.lang.Exception

getName

java.lang.String getName()
Return the name by which this accessor namespace is known.

Returns:
the human friendly namespace name