Uses of Enum Class
org.episteme.social.arts.ArtCritiqueEngine.TechniqueCategory
Packages that use ArtCritiqueEngine.TechniqueCategory
-
Uses of ArtCritiqueEngine.TechniqueCategory in org.episteme.social.arts
Subclasses with type arguments of type ArtCritiqueEngine.TechniqueCategory in org.episteme.social.artsModifier and TypeClassDescriptionstatic enumCategories of technical analysis for artworks.Methods in org.episteme.social.arts that return ArtCritiqueEngine.TechniqueCategoryModifier and TypeMethodDescriptionArtCritiqueEngine.TechnicalStandard.category()Returns the value of thecategoryrecord component.Returns the enum constant of this class with the specified name.static ArtCritiqueEngine.TechniqueCategory[]ArtCritiqueEngine.TechniqueCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.social.arts with parameters of type ArtCritiqueEngine.TechniqueCategoryModifierConstructorDescriptionTechnicalStandard(String name, ArtCritiqueEngine.TechniqueCategory category, int startYear, int endYear, String description) Creates an instance of aTechnicalStandardrecord class.