Uses of Class
org.sdmx.resources.sdmxml.schemas.v2_1.common.SimpleOperatorType

Packages that use SimpleOperatorType
org.sdmx.resources.sdmxml.schemas.v2_1.common   
org.sdmx.resources.sdmxml.schemas.v2_1.query   
 

Uses of SimpleOperatorType in org.sdmx.resources.sdmxml.schemas.v2_1.common
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.common that return SimpleOperatorType
static SimpleOperatorType SimpleOperatorType.fromValue(String v)
           
static SimpleOperatorType SimpleOperatorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SimpleOperatorType[] SimpleOperatorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SimpleOperatorType in org.sdmx.resources.sdmxml.schemas.v2_1.query
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.query declared as SimpleOperatorType
protected  SimpleOperatorType SimpleValueType.operator
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query that return SimpleOperatorType
 SimpleOperatorType SimpleValueType.getOperator()
          Gets the value of the operator property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query with parameters of type SimpleOperatorType
 void SimpleValueType.setOperator(SimpleOperatorType value)
          Sets the value of the operator property.
 



Copyright © 2012. All Rights Reserved.