public interface PriorityHeader extends Header
| Modifier and Type | Field and Description |
|---|---|
static String |
EMERGENCY |
static String |
NAME |
static String |
NON_URGENT |
static String |
NORMAL |
static String |
URGENT |
| Modifier and Type | Method and Description |
|---|---|
String |
getPriority() |
void |
setPriority(String priority) |
static final String URGENT
static final String NORMAL
static final String NON_URGENT
static final String EMERGENCY
static final String NAME
void setPriority(String priority) throws ParseException
ParseExceptionString getPriority()
Copyright © 2016. All rights reserved.