Uses of Class
org.fa.tei.jaxb.facustomization.Join.Mood
-
Packages that use Join.Mood Package Description org.fa.tei.jaxb.facustomization -
-
Uses of Join.Mood in org.fa.tei.jaxb.facustomization
Fields in org.fa.tei.jaxb.facustomization declared as Join.Mood Modifier and Type Field Description protected Join.MoodJoin. moodprotected Join.MoodM. moodprotected Join.MoodW. moodMethods in org.fa.tei.jaxb.facustomization that return Join.Mood Modifier and Type Method Description static Join.MoodJoin.Mood. fromValue(String v)Join.MoodJoin. getMood()Gets the value of the mood property.Join.MoodM. getMood()Gets the value of the mood property.Join.MoodW. getMood()Gets the value of the mood property.static Join.MoodJoin.Mood. valueOf(String name)Returns the enum constant of this type with the specified name.static Join.Mood[]Join.Mood. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.fa.tei.jaxb.facustomization with parameters of type Join.Mood Modifier and Type Method Description voidJoin. setMood(Join.Mood value)Sets the value of the mood property.voidM. setMood(Join.Mood value)Sets the value of the mood property.voidW. setMood(Join.Mood value)Sets the value of the mood property.
-