From f71531346c6be197957311712ba093e024545e37 Mon Sep 17 00:00:00 2001 From: Florian Reimair Date: Fri, 7 Aug 2015 13:24:09 +0200 Subject: preparing the old code for the merge --- .../diplomasupplement/ECTSGradingScaleType.java | 108 ++++++++++----------- 1 file changed, 54 insertions(+), 54 deletions(-) (limited to 'id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/ECTSGradingScaleType.java') diff --git a/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/ECTSGradingScaleType.java b/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/ECTSGradingScaleType.java index 94be08fb8..7916ead8d 100644 --- a/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/ECTSGradingScaleType.java +++ b/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/ECTSGradingScaleType.java @@ -5,18 +5,19 @@ // Generated on: 2014.04.12 at 12:22:50 PM GMT // - package eu.stork.peps.complex.attributes.crue.academic.xsd.language.diplomasupplement; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; - /** - *

Java class for ECTSGradingScaleType. + *

+ * Java class for ECTSGradingScaleType. * - *

The following schema fragment specifies the expected content contained within this class. *

+ * The following schema fragment specifies the expected content contained within this class. + *

+ * *

  * <simpleType name="ECTSGradingScaleType">
  *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
@@ -36,55 +37,54 @@ import javax.xml.bind.annotation.XmlType;
 @XmlEnum
 public enum ECTSGradingScaleType {
 
-
-    /**
-     * Top 10%
-     * 
-     */
-    A,
-
-    /**
-     * Next 25%
-     * 
-     */
-    B,
-
-    /**
-     * Next 30%
-     * 
-     */
-    C,
-
-    /**
-     * Next 25%
-     * 
-     */
-    D,
-
-    /**
-     * Lowest 10%
-     * 
-     */
-    E,
-
-    /**
-     * Fail
-     * 
-     */
-    FX,
-
-    /**
-     * Fail
-     * 
-     */
-    F;
-
-    public String value() {
-        return name();
-    }
-
-    public static ECTSGradingScaleType fromValue(String v) {
-        return valueOf(v);
-    }
+	/**
+	 * Top 10%
+	 * 
+	 */
+	A,
+
+	/**
+	 * Next 25%
+	 * 
+	 */
+	B,
+
+	/**
+	 * Next 30%
+	 * 
+	 */
+	C,
+
+	/**
+	 * Next 25%
+	 * 
+	 */
+	D,
+
+	/**
+	 * Lowest 10%
+	 * 
+	 */
+	E,
+
+	/**
+	 * Fail
+	 * 
+	 */
+	FX,
+
+	/**
+	 * Fail
+	 * 
+	 */
+	F;
+
+	public String value() {
+		return name();
+	}
+
+	public static ECTSGradingScaleType fromValue(String v) {
+		return valueOf(v);
+	}
 
 }
-- 
cgit v1.2.3