Uses of Class
org.goplanit.utils.zoning.ConnectoidType
-
Packages that use ConnectoidType Package Description org.goplanit.utils.zoning zoning oriented utility classesorg.goplanit.zoning -
-
Uses of ConnectoidType in org.goplanit.utils.zoning
Fields in org.goplanit.utils.zoning declared as ConnectoidType Modifier and Type Field Description static ConnectoidTypeConnectoid. DEFAULT_CONNECTOID_TYPEdefault type is set to noneMethods in org.goplanit.utils.zoning that return ConnectoidType Modifier and Type Method Description ConnectoidTypeConnectoid. getType()The type of the connectoidstatic ConnectoidTypeConnectoidType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectoidType[]ConnectoidType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.goplanit.utils.zoning with parameters of type ConnectoidType Modifier and Type Method Description voidConnectoid. setType(ConnectoidType type)Set the type of the connectoid -
Uses of ConnectoidType in org.goplanit.zoning
Fields in org.goplanit.zoning declared as ConnectoidType Modifier and Type Field Description protected ConnectoidTypeConnectoidImpl. typethe type of connectoid to identify its purpose more easilyMethods in org.goplanit.zoning that return ConnectoidType Modifier and Type Method Description ConnectoidTypeConnectoidImpl. getType()The type of the connectoidMethods in org.goplanit.zoning with parameters of type ConnectoidType Modifier and Type Method Description voidConnectoidImpl. setType(ConnectoidType type)Set the type of the connectoid
-