org.apache.axis2.corba.idl.values
Class EnumValue
java.lang.Object
org.apache.axis2.corba.idl.values.AbstractValue
org.apache.axis2.corba.idl.values.EnumValue
public class EnumValue
- extends AbstractValue
Method Summary |
boolean |
equals(java.lang.Object o)
|
int |
getValue()
|
java.lang.String |
getValueAsString()
|
void |
read(org.omg.CORBA_2_3.portable.InputStream inputStream)
|
void |
setValue(int index)
|
java.lang.String |
toString()
|
void |
write(org.omg.CORBA_2_3.portable.OutputStream outputStream)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EnumValue
public EnumValue(EnumType enumType)
setValue
public void setValue(int index)
getValue
public int getValue()
getValueAsString
public java.lang.String getValueAsString()
toString
public java.lang.String toString()
- Overrides:
toString
in class AbstractValue
read
public void read(org.omg.CORBA_2_3.portable.InputStream inputStream)
write
public void write(org.omg.CORBA_2_3.portable.OutputStream outputStream)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
Copyright © 2007 Apache Web Services Project. All Rights Reserved.