Class Sequence
java.lang.Object
org.alfresco.util.schemacomp.model.AbstractDbObject
org.alfresco.util.schemacomp.model.Sequence
- All Implemented Interfaces:
DbObject
Represents a database sequence.
- Author:
- Matt Ward
-
Field Summary
Fields inherited from class org.alfresco.util.schemacomp.model.AbstractDbObject
comparisonUtils -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(DbObjectVisitor visitor) Allows a visitor to be invoked against this DbObject.Methods inherited from class org.alfresco.util.schemacomp.model.AbstractDbObject
diff, doDiff, equals, getName, getParent, getTypeName, getValidators, hashCode, hasObjectLevelValidator, hasValidators, sameAs, setComparisonUtils, setName, setParent, setValidators, toString
-
Constructor Details
-
Sequence
-
Sequence
-
-
Method Details
-
accept
Description copied from interface:DbObjectAllows a visitor to be invoked against this DbObject. Implementations should ensure that child objects are visited first (by calling accept on them) before invoking the visitor on itself.- Parameters:
visitor- DbObjectVisitor
-