All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.core.utils.ContentTypeDefaults.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






ContentTypeDefaults (org.spincast:spincast-framework 1.0.0 API)












org.spincast.core.utils

Enum ContentTypeDefaults

    • Method Detail

      • values

        public static ContentTypeDefaults[] 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 (ContentTypeDefaults c : ContentTypeDefaults.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ContentTypeDefaults 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
      • getMainVariation

        public String getMainVariation()
      • getMainVariationWithUtf8Charset

        public String getMainVariationWithUtf8Charset()
      • getVariations

        public Set<String> getVariations()
      • getAllContentTypesVariations

        public static Set<String> getAllContentTypesVariations()

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy