onbon.bx06.file
Class ProgramBxFile.ProgramWeek

java.lang.Object
  extended by onbon.bx06.file.ProgramBxFile.ProgramWeek
Enclosing class:
ProgramBxFile

public static class ProgramBxFile.ProgramWeek
extends Object

播放日。

Author:
ONBON

Field Summary
 boolean friday
          星期五。
 boolean monday
          星期一。
 boolean saturday
          星期六。
 boolean sunday
          星期日。
 boolean thursday
          星期四。
 boolean tuesday
          星期二。
 boolean wednesday
          星期三。
 
Constructor Summary
ProgramBxFile.ProgramWeek(byte data)
           
 
Method Summary
 void all()
          全周播放。
 byte generate()
           
 void off()
          全周取消播放。
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

monday

public boolean monday
星期一。


tuesday

public boolean tuesday
星期二。


wednesday

public boolean wednesday
星期三。


thursday

public boolean thursday
星期四。


friday

public boolean friday
星期五。


saturday

public boolean saturday
星期六。


sunday

public boolean sunday
星期日。

Constructor Detail

ProgramBxFile.ProgramWeek

public ProgramBxFile.ProgramWeek(byte data)
Method Detail

all

public void all()
全周播放。


off

public void off()
全周取消播放。


generate

public byte generate()


Copyright © 2020 onbon. All rights reserved.