Uses of Class
org.bimserver.ifc.step.deserializer.DetectIfcVersion.Mode
-
Packages that use DetectIfcVersion.Mode Package Description org.bimserver.ifc.step.deserializer -
-
Uses of DetectIfcVersion.Mode in org.bimserver.ifc.step.deserializer
Methods in org.bimserver.ifc.step.deserializer that return DetectIfcVersion.Mode Modifier and Type Method Description static DetectIfcVersion.ModeDetectIfcVersion.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static DetectIfcVersion.Mode[]DetectIfcVersion.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-