Uses of Class
org.mustangproject.SubjectCode
-
Packages that use SubjectCode Package Description org.mustangproject -
-
Uses of SubjectCode in org.mustangproject
Methods in org.mustangproject that return SubjectCode Modifier and Type Method Description SubjectCodeIncludedNote. getSubjectCode()static SubjectCodeSubjectCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SubjectCode[]SubjectCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mustangproject with parameters of type SubjectCode Modifier and Type Method Description IncludedNoteIncludedNote. setSubjectCode(SubjectCode subjectCode)Constructors in org.mustangproject with parameters of type SubjectCode Constructor Description IncludedNote(java.lang.String content, SubjectCode subjectCode)
-