Enum ECTSCreditPointSystemEnumType

  • All Implemented Interfaces:
    Serializable, Comparable<ECTSCreditPointSystemEnumType>

    @CodingStyleguideUnaware
    public enum ECTSCreditPointSystemEnumType
    extends Enum<ECTSCreditPointSystemEnumType>

    Java class for ECTSCreditPointSystemEnumType.

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

     <simpleType name="ECTSCreditPointSystemEnumType">
       <restriction base="{http://data.europa.eu/europass/model/credentials#}CreditPointSystemEnumType">
         <enumeration value="http://data.europa.eu/europass/educationalCreditPointSystem/ects"/>
       </restriction>
     </simpleType>
     
    • Enum Constant Detail

      • HTTP_____DATA___EUROPA___EU___EUROPASS___EDUCATIONAL_CREDIT_POINT_SYSTEM___ECTS

        public static final ECTSCreditPointSystemEnumType HTTP_____DATA___EUROPA___EU___EUROPASS___EDUCATIONAL_CREDIT_POINT_SYSTEM___ECTS
    • Method Detail

      • values

        public static ECTSCreditPointSystemEnumType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ECTSCreditPointSystemEnumType c : ECTSCreditPointSystemEnumType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ECTSCreditPointSystemEnumType valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null