Esempio n. 1
0
 ///
 ///	 <summary> * get Enumeration attribute Side
 ///	 *  </summary>
 ///	 * <returns> EnumSide - value of the attribute </returns>
 ///
 public virtual EnumScoreSide getSide()
 {
     return(EnumScoreSide.getEnum(getAttribute(AttributeName.SIDE, null, null)));
 }
Esempio n. 2
0
 static JDFScore()
 {
     atrInfoTable[0] = new AtrInfoTable(AttributeName.SIDE, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumScoreSide.getEnum(0), null);
 }