예제 #1
0
 static JDFAutoDBSchema()
 {
     atrInfoTable[0] = new AtrInfoTable(AttributeName.DBSCHEMATYPE, 0x22222222, AttributeInfo.EnumAttributeType.enumeration, EnumDBSchemaType.getEnum(0), null);
 }
예제 #2
0
 ///
 ///          <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)));
 }