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