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.String
apiPath()
java.lang.String
apiSubPath()
boolean
equals(java.lang.Object obj)
int
hashCode()
boolean
isArray()
boolean
isExternal()
boolean
isForbiddenCsvHeader()
boolean
isObject()
boolean
isSedaExtensionPoint()
boolean
isSpecialRulePropertyArrayIndex()
java.lang.String
sedaPath()
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-