com.yahoo.marketing.apt
Class Role

java.lang.Object
  extended by com.yahoo.marketing.apt.Role
All Implemented Interfaces:
java.io.Serializable

public class Role
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String _AdOps
           
static java.lang.String _BusinessDevelopment
           
static java.lang.String _CreativeDesigner
           
static java.lang.String _Finance
           
static java.lang.String _NetworkAdministrator
           
static java.lang.String _Sales
           
static java.lang.String _SiteManager
           
private static java.util.HashMap _table_
           
static java.lang.String _Trafficker
           
private  java.lang.String _value_
           
static java.lang.String _YieldManager
           
static Role AdOps
           
static Role BusinessDevelopment
           
static Role CreativeDesigner
           
static Role Finance
           
static Role NetworkAdministrator
           
static Role Sales
           
static Role SiteManager
           
static Role Trafficker
           
private static org.apache.axis.description.TypeDesc typeDesc
           
static Role YieldManager
           
 
Constructor Summary
protected Role(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static Role fromString(java.lang.String value)
           
static Role fromValue(java.lang.String value)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.Object readResolve()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_value_

private java.lang.String _value_

_table_

private static java.util.HashMap _table_

_CreativeDesigner

public static final java.lang.String _CreativeDesigner
See Also:
Constant Field Values

_Finance

public static final java.lang.String _Finance
See Also:
Constant Field Values

_NetworkAdministrator

public static final java.lang.String _NetworkAdministrator
See Also:
Constant Field Values

_YieldManager

public static final java.lang.String _YieldManager
See Also:
Constant Field Values

_BusinessDevelopment

public static final java.lang.String _BusinessDevelopment
See Also:
Constant Field Values

_SiteManager

public static final java.lang.String _SiteManager
See Also:
Constant Field Values

_Sales

public static final java.lang.String _Sales
See Also:
Constant Field Values

_Trafficker

public static final java.lang.String _Trafficker
See Also:
Constant Field Values

_AdOps

public static final java.lang.String _AdOps
See Also:
Constant Field Values

CreativeDesigner

public static final Role CreativeDesigner

Finance

public static final Role Finance

NetworkAdministrator

public static final Role NetworkAdministrator

YieldManager

public static final Role YieldManager

BusinessDevelopment

public static final Role BusinessDevelopment

SiteManager

public static final Role SiteManager

Sales

public static final Role Sales

Trafficker

public static final Role Trafficker

AdOps

public static final Role AdOps

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

Role

protected Role(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

fromValue

public static Role fromValue(java.lang.String value)
                      throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

fromString

public static Role fromString(java.lang.String value)
                       throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object