Package ai.extend.types
Class LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategy
- java.lang.Object
-
- ai.extend.types.LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategy
-
public final class LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategy extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLegacyExtractionAdvancedOptionsExcelSheetSelectionStrategy.Valuestatic interfaceLegacyExtractionAdvancedOptionsExcelSheetSelectionStrategy.Visitor<T>
-
Field Summary
Fields Modifier and Type Field Description static LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategyALLstatic LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategyFIRSTstatic LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategyINTELLIGENTstatic LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategyLAST
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategy.ValuegetEnumValue()inthashCode()java.lang.StringtoString()static LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategyvalueOf(java.lang.String value)<T> Tvisit(LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategy.Visitor<T> visitor)
-
-
-
Field Detail
-
LAST
public static final LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategy LAST
-
ALL
public static final LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategy ALL
-
INTELLIGENT
public static final LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategy INTELLIGENT
-
FIRST
public static final LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategy FIRST
-
-
Method Detail
-
getEnumValue
public LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategy.Value getEnumValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
visit
public <T> T visit(LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategy.Visitor<T> visitor)
-
valueOf
public static LegacyExtractionAdvancedOptionsExcelSheetSelectionStrategy valueOf(java.lang.String value)
-
-