Enum FieldPersistenceModifier

java.lang.Object
java.lang.Enum<FieldPersistenceModifier>
org.datanucleus.metadata.FieldPersistenceModifier
All Implemented Interfaces:
Serializable, Comparable<FieldPersistenceModifier>

public enum FieldPersistenceModifier extends Enum<FieldPersistenceModifier>
Class defining the possibilities for persistence, in terms of the type of persistence, and the types that are capable to be supported.
  • Enum Constant Details

  • Constructor Details

    • FieldPersistenceModifier

      private FieldPersistenceModifier()
  • Method Details

    • values

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

      public static FieldPersistenceModifier 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
    • getFieldPersistenceModifier

      public static FieldPersistenceModifier getFieldPersistenceModifier(String value)
      Return FieldPersistenceModifier from String.
      Parameters:
      value - persistence-modifier attribute value
      Returns:
      Instance of FieldPersistenceModifier. If value invalid, return null.