Package org.verapdf.gf.model.impl.sa
Class GFSARepeatedCharacters
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.sa.GFSARepeatedCharacters
-
- All Implemented Interfaces:
Object,SARepeatedCharacters
public class GFSARepeatedCharacters extends GenericModelObject implements SARepeatedCharacters
-
-
Field Summary
Fields Modifier and Type Field Description static StringREPEATED_CHARACTERS_TYPE-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFSARepeatedCharacters(RepeatedCharacters repeatedCharacters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContext()BooleangetisNonSpace()true, if repeated characters are not spacesLonggetnumberOfRepeatedCharacters()number of repeated characters-
Methods inherited from class org.verapdf.model.GenericModelObject
getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
REPEATED_CHARACTERS_TYPE
public static final String REPEATED_CHARACTERS_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFSARepeatedCharacters
public GFSARepeatedCharacters(RepeatedCharacters repeatedCharacters)
-
-
Method Detail
-
getisNonSpace
public Boolean getisNonSpace()
Description copied from interface:SARepeatedCharacterstrue, if repeated characters are not spaces- Specified by:
getisNonSpacein interfaceSARepeatedCharacters
-
getnumberOfRepeatedCharacters
public Long getnumberOfRepeatedCharacters()
Description copied from interface:SARepeatedCharactersnumber of repeated characters- Specified by:
getnumberOfRepeatedCharactersin interfaceSARepeatedCharacters
-
getContext
public String getContext()
- Specified by:
getContextin interfaceObject- Overrides:
getContextin classGenericModelObject- Returns:
- context of the current object
-
-