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

BIEnum Data Type

Implemented Interfaces
BIDeclaration
Properties
name data type constraints description
typesafeEnumMember array of BIEnumMember2  
mapped boolean required boolean
ref string  
name string  
javadoc string  
map boolean required boolean
Properties inherited from AbstractDeclarationImpl
children array of BIDeclaration  
acknowledged boolean required boolean
location Locator  

Example

{
  "typesafeEnumMember" : [ {
    "value" : "...",
    "javadoc" : "...",
    "name" : "...",
    "children" : [ {
      "acknowledged" : true,
      "location" : { },
      "name" : "...",
      "children" : [ { }, { } ]
    }, {
      "acknowledged" : true,
      "location" : { },
      "name" : "...",
      "children" : [ { }, { } ]
    } ],
    "acknowledged" : true,
    "location" : {
      "publicId" : "...",
      "columnNumber" : 12345,
      "lineNumber" : 12345,
      "systemId" : "..."
    }
  }, {
    "value" : "...",
    "javadoc" : "...",
    "name" : "...",
    "children" : [ {
      "acknowledged" : true,
      "location" : { },
      "name" : "...",
      "children" : [ { }, { } ]
    }, {
      "acknowledged" : true,
      "location" : { },
      "name" : "...",
      "children" : [ { }, { } ]
    } ],
    "acknowledged" : true,
    "location" : {
      "publicId" : "...",
      "columnNumber" : 12345,
      "lineNumber" : 12345,
      "systemId" : "..."
    }
  } ],
  "mapped" : true,
  "ref" : "...",
  "name" : "...",
  "javadoc" : "...",
  "map" : true,
  "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" : "..."
  }
}