Class SedaSchemaInfo
- java.lang.Object
-
- fr.gouv.vitam.collect.internal.core.csv.SedaSchemaInfo
-
public final class SedaSchemaInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SedaSchemaInfo(java.lang.String sedaPath, java.lang.String apiPath, java.lang.String apiSubPath, boolean isObject, boolean isArray, boolean isExternal, boolean isSedaExtensionPoint, boolean isSpecialRulePropertyArrayIndex, boolean isForbiddenCsvHeader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringapiPath()java.lang.StringapiSubPath()booleanequals(java.lang.Object obj)inthashCode()booleanisArray()booleanisExternal()booleanisForbiddenCsvHeader()booleanisObject()booleanisSedaExtensionPoint()booleanisSpecialRulePropertyArrayIndex()java.lang.StringsedaPath()java.lang.StringtoString()
-
-
-
Method Detail
-
sedaPath
public java.lang.String sedaPath()
-
apiPath
public java.lang.String apiPath()
-
apiSubPath
public java.lang.String apiSubPath()
-
isObject
public boolean isObject()
-
isArray
public boolean isArray()
-
isExternal
public boolean isExternal()
-
isSedaExtensionPoint
public boolean isSedaExtensionPoint()
-
isSpecialRulePropertyArrayIndex
public boolean isSpecialRulePropertyArrayIndex()
-
isForbiddenCsvHeader
public boolean isForbiddenCsvHeader()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-