示例#1
0
 public bool isSet(NotifPriority field)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void set(NotifPriority value)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public NotifPriority get(NotifPriority value)
 {
     value.setValue(base.getInt(NotifPriority.FIELD)); return(value);
 }