Examples of WSIG


Examples of org.openntf.domino.nsfdata.structs.WSIG

  }

  public static final int SIZE = getFixedStructSize();

  public CDLARGEPARAGRAPH(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

public class CDPDEF_ACTION extends CDRecord {

  public static final int SIZE = getFixedStructSize();

  public CDPDEF_ACTION(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

  }

  public static final int SIZE = getFixedStructSize();

  public CDLAYOUTEND(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

  }

  public static final int SIZE = getFixedStructSize();

  public CDPABDEFINITION(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

  }

  public static final int SIZE = getFixedStructSize();

  public CDHTMLEND(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

  }

  public static final int SIZE = getFixedStructSize();

  public CDDECSFIELD(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

    addFixedArray("Spare", Integer.class, 3);
  }
  public static final int SIZE = getFixedStructSize();

  public CDEMBEDDEDCTL(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

  }

  public static final int SIZE = getFixedStructSize();

  public CDLAYOUTTEXT(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

  }

  public static final int SIZE = getFixedStructSize();

  public CDFRAME(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.structs.WSIG

    SIZE = getFixedStructSize();
  }

  public CDCELLBACKGROUNDDATA(final CDSignature cdSig) {
    super(new WSIG(cdSig, cdSig.getSize() + SIZE), ByteBuffer.wrap(new byte[SIZE]));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.