X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.jcae.opencascade%2Fsrc-java%2Forg%2Fjcae%2Fopencascade%2Fjni%2FSTEPControl_StepModelType.java;h=530bca52f544a7f501ab9472462d3168f52e448a;hb=HEAD;hp=c67aee6d8f39c3a51d3352fe9d63675f250d66c5;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/org.jcae.opencascade/src-java/org/jcae/opencascade/jni/STEPControl_StepModelType.java b/org.jcae.opencascade/src-java/org/jcae/opencascade/jni/STEPControl_StepModelType.java index c67aee6d..530bca52 100644 --- a/org.jcae.opencascade/src-java/org/jcae/opencascade/jni/STEPControl_StepModelType.java +++ b/org.jcae.opencascade/src-java/org/jcae/opencascade/jni/STEPControl_StepModelType.java @@ -1,58 +1,58 @@ -/* ---------------------------------------------------------------------------- - * This file was automatically generated by SWIG (http://www.swig.org). - * Version 2.0.4 - * - * Do not make changes to this file unless you know what you are doing--modify - * the SWIG interface file instead. - * ----------------------------------------------------------------------------- */ - -package org.jcae.opencascade.jni; - -public enum STEPControl_StepModelType { - AsIs, - ManifoldSolidBrep, - BrepWithVoids, - FacetedBrep, - FacetedBrepAndBrepWithVoids, - ShellBasedSurfaceModel, - GeometricCurveSet, - Hybrid; - - public final int swigValue() { - return swigValue; - } - - public static STEPControl_StepModelType swigToEnum(int swigValue) { - STEPControl_StepModelType[] swigValues = STEPControl_StepModelType.class.getEnumConstants(); - if (swigValue < swigValues.length && swigValue >= 0 && swigValues[swigValue].swigValue == swigValue) - return swigValues[swigValue]; - for (STEPControl_StepModelType swigEnum : swigValues) - if (swigEnum.swigValue == swigValue) - return swigEnum; - throw new IllegalArgumentException("No enum " + STEPControl_StepModelType.class + " with value " + swigValue); - } - - @SuppressWarnings("unused") - private STEPControl_StepModelType() { - this.swigValue = SwigNext.next++; - } - - @SuppressWarnings("unused") - private STEPControl_StepModelType(int swigValue) { - this.swigValue = swigValue; - SwigNext.next = swigValue+1; - } - - @SuppressWarnings("unused") - private STEPControl_StepModelType(STEPControl_StepModelType swigEnum) { - this.swigValue = swigEnum.swigValue; - SwigNext.next = this.swigValue+1; - } - - private final int swigValue; - - private static class SwigNext { - private static int next = 0; - } -} - +/* ---------------------------------------------------------------------------- + * This file was automatically generated by SWIG (http://www.swig.org). + * Version 3.0.12 + * + * Do not make changes to this file unless you know what you are doing--modify + * the SWIG interface file instead. + * ----------------------------------------------------------------------------- */ + +package org.jcae.opencascade.jni; + +public enum STEPControl_StepModelType { + AsIs, + ManifoldSolidBrep, + BrepWithVoids, + FacetedBrep, + FacetedBrepAndBrepWithVoids, + ShellBasedSurfaceModel, + GeometricCurveSet, + Hybrid; + + public final int swigValue() { + return swigValue; + } + + public static STEPControl_StepModelType swigToEnum(int swigValue) { + STEPControl_StepModelType[] swigValues = STEPControl_StepModelType.class.getEnumConstants(); + if (swigValue < swigValues.length && swigValue >= 0 && swigValues[swigValue].swigValue == swigValue) + return swigValues[swigValue]; + for (STEPControl_StepModelType swigEnum : swigValues) + if (swigEnum.swigValue == swigValue) + return swigEnum; + throw new IllegalArgumentException("No enum " + STEPControl_StepModelType.class + " with value " + swigValue); + } + + @SuppressWarnings("unused") + private STEPControl_StepModelType() { + this.swigValue = SwigNext.next++; + } + + @SuppressWarnings("unused") + private STEPControl_StepModelType(int swigValue) { + this.swigValue = swigValue; + SwigNext.next = swigValue+1; + } + + @SuppressWarnings("unused") + private STEPControl_StepModelType(STEPControl_StepModelType swigEnum) { + this.swigValue = swigEnum.swigValue; + SwigNext.next = this.swigValue+1; + } + + private final int swigValue; + + private static class SwigNext { + private static int next = 0; + } +} +