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

Packages that use DataType
org.sdmx.resources.sdmxml.schemas.v2_1.common   
org.sdmx.resources.sdmxml.schemas.v2_1.structure   
 

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

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

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.common with parameters of type DataType
static BasicComponentDataType BasicComponentDataType.fromValue(DataType v)
           
 

Uses of DataType in org.sdmx.resources.sdmxml.schemas.v2_1.structure
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.structure declared as DataType
protected  DataType TextFormatType.textType
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.structure that return DataType
 DataType TextFormatType.getTextType()
          Gets the value of the textType property.
 DataType TargetObjectDataType.value()
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.structure with parameters of type DataType
static TargetObjectDataType TargetObjectDataType.fromValue(DataType v)
           
 void TextFormatType.setTextType(DataType value)
          Sets the value of the textType property.
 



Copyright © 2012. All Rights Reserved.