Enum Class AslExtractedColumn

java.lang.Object
java.lang.Enum<AslExtractedColumn>
org.ehrbase.openehr.aqlengine.asl.model.AslExtractedColumn
All Implemented Interfaces:
Serializable, Comparable<AslExtractedColumn>, Constable

public enum AslExtractedColumn extends Enum<AslExtractedColumn>
  • Enum Constant Details

  • Method Details

    • values

      public static AslExtractedColumn[] 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 AslExtractedColumn 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
    • getPath

      public org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath getPath()
    • getAllowedRmTypes

      public Set<String> getAllowedRmTypes()
    • requiresVersionTable

      public boolean requiresVersionTable()
    • find

      public static Optional<AslExtractedColumn> find(ContainsWrapper contains, org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath toMatch)
    • find

      public static Optional<AslExtractedColumn> find(String containmentType, org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath toMatch)
    • find

      public static Optional<AslExtractedColumn> find(String containmentType, org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath toMatch, int skip)
    • matches

      public boolean matches(String containmentType, org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath toMatch)
    • getColumnType

      public Class<?> getColumnType()
    • getColumns

      public List<String> getColumns()