Package fr.becpg.repo.helper.impl
Class AttributeExtractorField
java.lang.Object
fr.becpg.repo.helper.impl.AttributeExtractorField
AttributeExtractorField class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAttributeExtractorField(String fieldName, String fieldLabel) Constructor for AttributeExtractorField. -
Method Summary
-
Field Details
-
fieldName
-
fieldLabel
-
pos
private int pos -
len
private final int len -
pos2
private int pos2 -
len2
private final int len2 -
delim
-
-
Constructor Details
-
Method Details
-
getFieldName
Getter for the field
fieldName.- Returns:
- a
Stringobject
-
getFieldLabel
Getter for the field
fieldLabel.- Returns:
- a
Stringobject
-
isNested
public boolean isNested()isNested.
- Returns:
- a boolean
-
nextToken
nextToken.
- Returns:
- a
AttributeExtractorFieldobject
-
hasMoreTokens
public boolean hasMoreTokens()hasMoreTokens.
- Returns:
- a boolean
-
resetPositions
public void resetPositions()resetPositions.
-
hashCode
public int hashCode() -
equals
-
prefixed
prefixed.
- Parameters:
prefix- aStringobject- Returns:
- a
AttributeExtractorFieldobject
-
toString
-