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