|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AlertMessageType | |
|---|---|
| com.edustructures.sifworks.student | Classes to model Student Information Elements (SIF 2.0 Specification, Student Information Working Group) |
| Uses of AlertMessageType in com.edustructures.sifworks.student |
|---|
| Fields in com.edustructures.sifworks.student declared as AlertMessageType | |
|---|---|
static AlertMessageType |
AlertMessageType.DISCIPLINE
Discipline ("Discipline") |
static AlertMessageType |
AlertMessageType.EDUCATIONAL
Educational ("Educational") |
static AlertMessageType |
AlertMessageType.LEGAL
Legal ("Legal") |
static AlertMessageType |
AlertMessageType.OTHER
Other ("Other") |
| Methods in com.edustructures.sifworks.student that return AlertMessageType | |
|---|---|
static AlertMessageType |
AlertMessageType.wrap(java.lang.String value)
Wrap an arbitrary string value in an AlertMessageType object. |
| Methods in com.edustructures.sifworks.student with parameters of type AlertMessageType | |
|---|---|
void |
AlertMessages.addAlertMessage(AlertMessageType type,
java.lang.String value)
Adds a new <AlertMessage> repeatable element. |
AlertMessage |
AlertMessages.getAlertMessage(AlertMessageType type)
Gets an AlertMessage object instance. |
void |
AlertMessages.removeAlertMessage(AlertMessageType type)
Removes an AlertMessage object instance. |
void |
AlertMessage.setType(AlertMessageType value)
Sets the value of the Type attribute. |
| Constructors in com.edustructures.sifworks.student with parameters of type AlertMessageType | |
|---|---|
AlertMessage(AlertMessageType type,
java.lang.String value)
Constructor that accepts values for all mandatory fields |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||