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 ConnectoidType
Connectoid. DEFAULT_CONNECTOID_TYPE
default type is set to noneMethods in org.goplanit.utils.zoning that return ConnectoidType Modifier and Type Method Description ConnectoidType
Connectoid. getType()
The type of the connectoidstatic ConnectoidType
ConnectoidType. 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 void
Connectoid. 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 ConnectoidType
ConnectoidImpl. type
the type of connectoid to identify its purpose more easilyMethods in org.goplanit.zoning that return ConnectoidType Modifier and Type Method Description ConnectoidType
ConnectoidImpl. getType()
The type of the connectoidMethods in org.goplanit.zoning with parameters of type ConnectoidType Modifier and Type Method Description void
ConnectoidImpl. setType(ConnectoidType type)
Set the type of the connectoid
-