FileDocCategorySizeDatePackage
IdlType.javaAPI DocExample467Thu Feb 17 20:00:42 GMT 2000com.togethersoft.modules.genidl

IdlType.java

/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/

package com.togethersoft.modules.genidl;

/** Types that are treated by script in special way */
public interface IdlType {
    String STRING = "string";
    String WSTRING = "wstring";
    String SEQUENCE = "sequence";
}