Uses of Enum Class
org.episteme.social.architecture.Building.Style
Packages that use Building.Style
Package
Description
Provides mathematical and analytical models for architectural engineering,
building physics, and urban history.
-
Uses of Building.Style in org.episteme.social.architecture
Subclasses with type arguments of type Building.Style in org.episteme.social.architectureModifier and TypeClassDescriptionstatic enumMajor architectural styles and movements.Methods in org.episteme.social.architecture that return Building.StyleModifier and TypeMethodDescriptionBuilding.getStyle()static Building.StyleReturns the enum constant of this class with the specified name.static Building.Style[]Building.Style.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.social.architecture with parameters of type Building.StyleModifierConstructorDescriptionBuilding(String name, Building.Style style, Building.Type type, TimeCoordinate buildDate, String architect, Place location, double heightMeters) Creates a new Building record.