public ConstraintsDescriptor getDescriptor()

in mps-xml-obsolete/languages/util/xml/xmlSchema/source_gen/jetbrains/mps/xmlSchema/constraints/ConstraintsAspectDescriptor.java [12:48]


  public ConstraintsDescriptor getDescriptor(SConceptId conceptId) {
    long id = conceptId.getIdValue();
    if (id == 0x10fe037c172L) {
      return new AttributeDeclaration_Constraints();
    }
    if (id == 0x11119455a81L) {
      return new EntityDeclaration_Constraints();
    }
    if (id == 0x10fe89550a3L) {
      return new ElementDeclaration_Constraints();
    }
    if (id == 0x10fdb5311edL) {
      return new ComplexType_Constraints();
    }
    if (id == 0x111193551b8L) {
      return new EntitySet_Constraints();
    }
    if (id == 0x10fda3882fdL) {
      return new GroupDeclaration_Constraints();
    }
    if (id == 0x10fd53f96b2L) {
      return new Declaration_Constraints();
    }
    if (id == 0x10fd5363e9eL) {
      return new Schema_Constraints();
    }
    if (id == 0x10fe0fc83dbL) {
      return new AttributeGroup_Constraints();
    }
    if (id == 0x10fe5bded07L) {
      return new ComplexTypeReference_Constraints();
    }
    if (id == 0x610b43e872ff954dL) {
      return new BoundExpression_Constraints();
    }
    return new BaseConstraintsDescriptor(conceptId);
  }