java.lang.Object
com.liferay.portal.vulcan.batch.engine.Field

public class Field extends Object
  • Method Details

    • of

      public static Field of(String anyOfGroup, String description, String name, boolean readOnly, String ref, boolean required, String type, String[] unsupportedFormats, boolean writeOnly)
    • getAccessType

      public Field.AccessType getAccessType()
    • getAnyOfGroup

      public String getAnyOfGroup()
    • getDescription

      public String getDescription()
    • getName

      public String getName()
    • getRef

      public String getRef()
    • getType

      public String getType()
    • getUnsupportedFormats

      public String[] getUnsupportedFormats()
    • isRequired

      public boolean isRequired()