1 package com.loribel.commons.abstraction; 2 3 /*** 4 * Abstraction of a Object with name and value. 5 * 6 * @author Gregory Borelli 7 */ 8 public interface GB_NameValueSet 9 extends 10 GB_NameValue, 11 GB_ValueOwnerSet 12 { 13 }