Uses of Enum Class
org.episteme.social.arts.theater.Character.Importance
Packages that use Character.Importance
-
Uses of Character.Importance in org.episteme.social.arts.theater
Subclasses with type arguments of type Character.Importance in org.episteme.social.arts.theaterMethods in org.episteme.social.arts.theater that return Character.ImportanceModifier and TypeMethodDescriptionCharacter.getImportance()static Character.ImportanceReturns the enum constant of this class with the specified name.static Character.Importance[]Character.Importance.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.social.arts.theater with parameters of type Character.ImportanceModifierConstructorDescriptionCharacter(String name, String description, Character.Importance importance)