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