Class PriorityOpt
java.lang.Object
com.polarion.alm.ws.client.types.tracker.EnumOption
com.polarion.alm.ws.client.types.tracker.PriorityOpt
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionPriorityOpt
(boolean _default, String enumId, boolean hidden, String id, String name, boolean phantom, Property[] properties, int sequenceNumber, float _float) -
Method Summary
Modifier and TypeMethodDescriptionboolean
float
Gets the _float value for this PriorityOpt.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Deserializerstatic 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
set_float
(float _float) Sets the _float value for this PriorityOpt.Methods inherited from class com.polarion.alm.ws.client.types.tracker.EnumOption
getEnumId, getId, getName, getProperties, getSequenceNumber, is_default, isHidden, isPhantom, set_default, setEnumId, setHidden, setId, setName, setPhantom, setProperties, setSequenceNumber
-
Constructor Details
-
PriorityOpt
public PriorityOpt() -
PriorityOpt
-
-
Method Details
-
get_float
public float get_float()Gets the _float value for this PriorityOpt.- Returns:
- _float
-
set_float
public void set_float(float _float) Sets the _float value for this PriorityOpt.- Parameters:
_float
-
-
equals
- Overrides:
equals
in classEnumOption
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEnumOption
-
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
-