/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.msforms; import com.wilutions.com.*; /** * OLE_COLOR. * */ @SuppressWarnings("all") public class OLE_COLOR { static boolean __typelib__loaded = __TypeLib.load(); private Integer value; public OLE_COLOR() {} public OLE_COLOR(Integer v) { this.value = value; } public Integer getValue() { return value; } public void setValue(Integer v) { value = v;} }