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