Class InternalCDOBranchManager.BranchLoader.BranchInfo

java.lang.Object
org.eclipse.emf.cdo.spi.common.branch.InternalCDOBranchManager.BranchLoader.BranchInfo
Enclosing interface:
InternalCDOBranchManager.BranchLoader

public static final class InternalCDOBranchManager.BranchLoader.BranchInfo extends Object
If the meaning of this type isn't clear, there really should be more of a description here...
Since:
3.0
Author:
Eike Stepper
  • Constructor Details

  • Method Details

    • write

      public void write(CDODataOutput out) throws IOException
      Throws:
      IOException
    • getName

      public String getName()
    • setName

      public void setName(String name)
      Since:
      4.4
    • getBaseBranchID

      public int getBaseBranchID()
    • getBaseTimeStamp

      public long getBaseTimeStamp()
    • toString

      public String toString()
      Overrides:
      toString in class Object