Apache CXF API

org.apache.cxf.tools.corba.processors.idl
Class ScopeNameCollection

java.lang.Object
  extended by org.apache.cxf.tools.corba.processors.idl.ScopeNameCollection

public final class ScopeNameCollection
extends Object


Constructor Summary
ScopeNameCollection()
           
 
Method Summary
 void add(Scope scope)
           
 Scope getScope(Scope scope)
           
 Scope getScope(String scopename)
           
 void remove(Scope scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeNameCollection

public ScopeNameCollection()
Method Detail

add

public void add(Scope scope)

remove

public void remove(Scope scope)

getScope

public Scope getScope(Scope scope)

getScope

public Scope getScope(String scopename)

Apache CXF API

Apache CXF