Class EnumCustomFieldType
java.lang.Object
com.polarion.alm.ws.client.types.tracker.CustomFieldType
com.polarion.alm.ws.client.types.tracker.EnumCustomFieldType
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the enumId value for this EnumCustomFieldType.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectint
hashCode()
void
Sets the enumId value for this EnumCustomFieldType.Methods inherited from class com.polarion.alm.ws.client.types.tracker.CustomFieldType
getDefaultValue, getDependsOn, getDescription, getId, getName, getType, isMulti, isRequired, setDefaultValue, setDependsOn, setDescription, setId, setMulti, setName, setRequired, setType
-
Constructor Details
-
EnumCustomFieldType
public EnumCustomFieldType() -
EnumCustomFieldType
-
-
Method Details
-
getEnumId
Gets the enumId value for this EnumCustomFieldType.- Returns:
- enumId
-
setEnumId
Sets the enumId value for this EnumCustomFieldType.- Parameters:
enumId
-
-
equals
- Overrides:
equals
in classCustomFieldType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classCustomFieldType
-
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()Return type metadata object -
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializer -
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom Deserializer
-