Apache CXF API

org.apache.cxf.binding.corba.types
Class CorbaEnumHandler

java.lang.Object
  extended by org.apache.cxf.binding.corba.types.CorbaObjectHandler
      extended by org.apache.cxf.binding.corba.types.CorbaEnumHandler

public class CorbaEnumHandler
extends CorbaObjectHandler


Field Summary
 
Fields inherited from class org.apache.cxf.binding.corba.types.CorbaObjectHandler
idlType, isAnon, isRecursive, name, type, typeCode
 
Constructor Summary
CorbaEnumHandler(QName enumName, QName enumIdlType, TypeCode enumTC, Object enumType)
           
 
Method Summary
 void clear()
           
 long getIndex()
           
 String getValue()
           
 void setValue(String val)
           
 
Methods inherited from class org.apache.cxf.binding.corba.types.CorbaObjectHandler
getIdlType, getName, getSimpleName, getType, getTypeCode, getTypeCodeKind, isAnonymousType, isRecursive, setAnonymousType, setIntoAny, setRecursive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbaEnumHandler

public CorbaEnumHandler(QName enumName,
                        QName enumIdlType,
                        TypeCode enumTC,
                        Object enumType)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String val)

getIndex

public long getIndex()

clear

public void clear()
Overrides:
clear in class CorbaObjectHandler

Apache CXF API

Apache CXF