static JDFSpanBase() { atrInfoTable[0] = new AtrInfoTable(AttributeName.DATATYPE, 0x22222222, AttributeInfo.EnumAttributeType.enumeration, EnumDataType.getEnum(0), null); atrInfoTable[1] = new AtrInfoTable(AttributeName.PRIORITY, 0x44444433, AttributeInfo.EnumAttributeType.enumeration, EnumPriority.getEnum(0), null); }
/// /// <summary> * Gets the value of attribute DataType /// * </summary> /// * <returns> EnumDataType - the attribute DataType value </returns> /// public virtual EnumDataType getDataType() { return(EnumDataType.getEnum(getAttribute(AttributeName.DATATYPE, null, null))); }