D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

GlobalStandardConversion Data Type

Implemented Interfaces
BIDeclaration
Properties
name data type description
xmlType string
Properties inherited from User
name string
printMethod string
parseMethod string
Properties inherited from BIConversion
name string
Properties inherited from AbstractDeclarationImpl
children array of BIDeclaration
acknowledged boolean
location Locator

Example

{
  "xmlType" : "...",
  "name" : "...",
  "printMethod" : "...",
  "parseMethod" : "...",
  "children" : [ {
    "acknowledged" : true,
    "location" : {
      "publicId" : "...",
      "columnNumber" : 12345,
      "lineNumber" : 12345,
      "systemId" : "..."
    },
    "name" : "...",
    "children" : [ { }, { } ]
  }, {
    "acknowledged" : true,
    "location" : {
      "publicId" : "...",
      "columnNumber" : 12345,
      "lineNumber" : 12345,
      "systemId" : "..."
    },
    "name" : "...",
    "children" : [ { }, { } ]
  } ],
  "acknowledged" : true,
  "location" : {
    "publicId" : "...",
    "columnNumber" : 12345,
    "lineNumber" : 12345,
    "systemId" : "..."
  }
}