static JDFAutoDBSchema() { atrInfoTable[0] = new AtrInfoTable(AttributeName.DBSCHEMATYPE, 0x22222222, AttributeInfo.EnumAttributeType.enumeration, EnumDBSchemaType.getEnum(0), null); }
/// /// <summary> * (9) get attribute DBSchemaType </summary> /// * <returns> the value of the attribute </returns> /// public virtual EnumDBSchemaType getDBSchemaType() { return(EnumDBSchemaType.getEnum(getAttribute(AttributeName.DBSCHEMATYPE, null, null))); }