Class ClassListValue

java.lang.Object
org.apache.openjpa.lib.conf.Value
org.apache.openjpa.lib.conf.ClassListValue
All Implemented Interfaces:
Cloneable

public class ClassListValue extends Value
  • Constructor Details

    • ClassListValue

      public ClassListValue()
  • Method Details

    • set

      public void set(Class<?>[] values)
    • get

      public Class<?>[] get()
      Description copied from class: Value
      Get the actual data stored in this value.
      Specified by:
      get in class Value
    • getValueType

      public Class<Class[]> getValueType()
      Description copied from class: Value
      Returns the type of the property that this Value represents.
      Specified by:
      getValueType in class Value
    • getInternalString

      protected String getInternalString()
      Description copied from class: Value
      Return the internal string form of this value.
      Specified by:
      getInternalString in class Value
    • setInternalString

      protected void setInternalString(String val)
      Description copied from class: Value
      Set this value from the given string.
      Specified by:
      setInternalString in class Value
    • setInternalObject

      protected void setInternalObject(Object obj)
      Description copied from class: Value
      Set this value from an object.
      Specified by:
      setInternalObject in class Value