Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xmlbeans.impl.store
Class Cursor.ChangeStampImpl  view Cursor.ChangeStampImpl download Cursor.ChangeStampImpl.java

java.lang.Object
  extended byorg.apache.xmlbeans.impl.store.Cursor.ChangeStampImpl
All Implemented Interfaces:
org.apache.xmlbeans.XmlCursor.ChangeStamp
Enclosing class:
Cursor

private static final class Cursor.ChangeStampImpl
extends java.lang.Object
implements org.apache.xmlbeans.XmlCursor.ChangeStamp


Field Summary
private  Locale _locale
           
private  long _versionStamp
           
 
Constructor Summary
(package private) Cursor.ChangeStampImpl(Locale l)
           
 
Method Summary
 boolean hasChanged()
          Returns whether or not the document assoiated with this ChangeStamp has been altered since the ChangeStamp had been created.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_locale

private final Locale _locale

_versionStamp

private final long _versionStamp
Constructor Detail

Cursor.ChangeStampImpl

Cursor.ChangeStampImpl(Locale l)
Method Detail

hasChanged

public boolean hasChanged()
Description copied from interface: org.apache.xmlbeans.XmlCursor.ChangeStamp
Returns whether or not the document assoiated with this ChangeStamp has been altered since the ChangeStamp had been created.

Specified by:
hasChanged in interface org.apache.xmlbeans.XmlCursor.ChangeStamp