Class CorbaEnumHandler
- java.lang.Object
-
- org.apache.cxf.binding.corba.types.CorbaObjectHandler
-
- 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
Constructors Constructor Description CorbaEnumHandler(QName enumName, QName enumIdlType, org.omg.CORBA.TypeCode enumTC, Object enumType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()longgetIndex()StringgetValue()voidsetValue(String val)-
Methods inherited from class org.apache.cxf.binding.corba.types.CorbaObjectHandler
getIdlType, getName, getSimpleName, getType, getTypeCode, getTypeCodeKind, isAnonymousType, isRecursive, setAnonymousType, setIntoAny, setRecursive
-
-
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String val)
-
getIndex
public long getIndex()
-
clear
public void clear()
- Overrides:
clearin classCorbaObjectHandler
-
-