Uses of Enum Class
org.episteme.social.arts.music.Instrument.Family
Packages that use Instrument.Family
-
Uses of Instrument.Family in org.episteme.social.arts.music
Subclasses with type arguments of type Instrument.Family in org.episteme.social.arts.musicMethods in org.episteme.social.arts.music that return Instrument.FamilyModifier and TypeMethodDescriptionInstrument.getFamily()static Instrument.FamilyReturns the enum constant of this class with the specified name.static Instrument.Family[]Instrument.Family.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.social.arts.music with parameters of type Instrument.FamilyModifierConstructorDescriptionInstrument(String name, Instrument.Family family, Instrument.Type type)