001/*
002 * file CcDirectoryElement.java
003 *
004 * Licensed Materials - Property of IBM
005 * Restricted Materials of IBM 
006 *
007 * com.ibm.rational.wvcm.stp.cc.CcDirectoryElement
008 *
009 * (C) Copyright IBM Corporation 2004, 2008.  All Rights Reserved.
010 * Note to U.S. Government Users Restricted Rights:  Use, duplication or 
011 * disclosure restricted by GSA ADP  Schedule Contract with IBM Corp.
012 */
013package com.ibm.rational.wvcm.stp.cc;
014
015
016/**
017 * <p>
018 * A proxy for a ClearCase directory element.
019 * </p>
020 */
021public interface CcDirectoryElement extends CcElement {  
022}