Uses of Class
au.com.swz.jatlom.Variant

Uses of Variant in au.com.swz.jatlom
 

Methods in au.com.swz.jatlom that return Variant
 Variant VarDesc.getConstantValue()
          If getKind() == VAR_CONST this method returns the constant value defined.
 Variant ParamDesc.getDefaultValue()
          Returns the default value of this parameter.
 Variant Variant.variantValue()
          The value of this variant as a Variant.
 

Methods in au.com.swz.jatlom with parameters of type Variant
 boolean Variant.equals(Variant variant)
          Checks this variant with equality to the specified variant.