Class Scope
- java.lang.Object
-
- org.apache.cxf.tools.corba.processors.idl.Scope
-
- All Implemented Interfaces:
Comparable<Object>
public final class Scope extends Object implements Comparable<Object>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Object otherScope)booleanequals(Object otherScope)ScopegetParent()StringgetPrefix()inthashCode()voidsetPrefix(String prefix)Stringtail()StringtoIDLRepositoryID()StringtoString()StringtoString(String separator)
-
-
-
Method Detail
-
tail
public String tail()
-
getParent
public Scope getParent()
-
toIDLRepositoryID
public String toIDLRepositoryID()
-
compareTo
public int compareTo(Object otherScope)
- Specified by:
compareToin interfaceComparable<Object>
-
setPrefix
public void setPrefix(String prefix)
-
getPrefix
public String getPrefix()
-
-