Enum Class JavaCodeTypes

java.lang.Object
java.lang.Enum<JavaCodeTypes>
com.github.tadukoo.java.JavaCodeTypes
All Implemented Interfaces:
Serializable, Comparable<JavaCodeTypes>, Constable

public enum JavaCodeTypes extends Enum<JavaCodeTypes>
An enum for the various JavaCodeTypes types of Java classes and elements.
Version:
Beta v.0.5
Author:
Logan Ferree (Tadukoo)
  • Enum Constant Details

  • Method Details

    • values

      public static JavaCodeTypes[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static JavaCodeTypes valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getJavaTypeClass

      public Class<? extends JavaCodeType> getJavaTypeClass()
      Returns:
      The main JavaCodeType class for the enum
    • getStandardName

      public String getStandardName()
      Returns:
      A standard name for the type