Class MacroString.IdentifierMacro

java.lang.Object
org.datanucleus.util.MacroString.IdentifierMacro
Enclosing class:
MacroString

public static class MacroString.IdentifierMacro extends Object
Inner class : Identifier Macro
  • Field Details

    • unparsed

      public final String unparsed
      unparsed identifier macro
    • className

      public final String className
      the class name
    • fieldName

      public final String fieldName
      the field name
    • subfieldName

      public final String subfieldName
      the sub field name TODO what is this
    • value

      public String value
      the value
  • Constructor Details

    • IdentifierMacro

      IdentifierMacro(String unparsed, String className, String fieldName, String subfieldName)
      Constructor
      Parameters:
      unparsed - the unparsed macro
      className - the class name
      fieldName - the field name
      subfieldName - the sub field name TODO what is this
  • Method Details