Esempio n. 1
0
 ///
 ///	 <summary> * set attribute Side
 ///	 *  </summary>
 ///	 * <param name="EnumScoreSide">
 ///	 *            value: the value to set the attribute to </param>
 ///
 public virtual void setSide(EnumScoreSide @value)
 {
     setAttribute(AttributeName.SIDE, @value.getName(), null);
 }
Esempio n. 2
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. 3
0
 static JDFScore()
 {
     atrInfoTable[0] = new AtrInfoTable(AttributeName.SIDE, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumScoreSide.getEnum(0), null);
 }