class: ModifierType

public class: ModifierType
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:19; Modified: 16.07.2009 15:19:19;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {F432E4AF-CE85-46dc-B34D-16D5AF244B52}
 

Goto: Custom Properties, Fields, Methods

See also: ModifiersType

Appears in: xcql

Connections
 
Custom Properties
 
ModifierType Attributes
Attribute Details
private java.lang.Object
  __equalsCalc
Initial: null
private boolean
  __hashCodeCalc
Initial: false
private java.lang.String
  comparison
package org.apache.axis.description.ElementDesc
  elemField
Initial: new org.apache.axis.description.ElementDesc()
private java.lang.String
  type
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(ModifierType.class, true)
Notes: Type metadata
private java.lang.String
  value
 
ModifierType Methods
Operation Details
public
equals(
   java.lang.Object obj):boolean
Sequential
public
getComparison():java.lang.String
Sequential
Notes: Gets the comparison value for this ModifierType.
@return comparison
public static
getDeserializer(
   java.lang.String mechType,
   java.lang.Class _javaType,
   javax.xml.namespace.QName _xmlType):org.apache.axis.encoding.Deserializer
Sequential
Notes: Get Custom Deserializer
public static
getSerializer(
   java.lang.String mechType,
   java.lang.Class _javaType,
   javax.xml.namespace.QName _xmlType):org.apache.axis.encoding.Serializer
Sequential
Notes: Get Custom Serializer
public
getType():java.lang.String
Sequential
Notes: Gets the type value for this ModifierType.
@return type
public static
getTypeDesc():org.apache.axis.description.TypeDesc
Sequential
Notes: Return type metadata object
public
getValue():java.lang.String
Sequential
Notes: Gets the value value for this ModifierType.
@return value
public
hashCode():int
Sequential
public
ModifierType():
Sequential
public
ModifierType(
   java.lang.String type,
   java.lang.String comparison,
   java.lang.String value):
Sequential
public
setComparison(
   java.lang.String comparison):void
Sequential
Notes: Sets the comparison value for this ModifierType.
public
setType(
   java.lang.String type):void
Sequential
Notes: Sets the type value for this ModifierType.
public
setValue(
   java.lang.String value):void
Sequential
Notes: Sets the value value for this ModifierType.