Coverage Report - org.openpermis.editor.policy.adapter.overview.Overview
 
Classes in this File Line Coverage Branch Coverage Complexity
Overview
N/A
N/A
0
 
 1  
 /*
 2  
  * Copyright (c) 2009, Ergon Informatik AG (http://www.ergon.ch)
 3  
  * All rights reserved.
 4  
  * 
 5  
  * Licensed under the Open Permis License which accompanies this distribution, 
 6  
  * and is available at http://www.openpermis.org/BSDlicenceKent.txt
 7  
  */
 8  
 package org.openpermis.editor.policy.adapter.overview;
 9  
 
 10  
 import org.openpermis.editor.policy.adapter.Adaptee;
 11  
 
 12  
 
 13  
 /**
 14  
  * Describes a part bean that has been adapted to a short overview string.
 15  
  * @since 0.3.0
 16  
  */
 17  
 public interface Overview extends Adaptee<String> {
 18  
 
 19  
         //---- Methods
 20  
 
 21  
 
 22  
 }