Examples of NSFCompiledFormula


Examples of org.openntf.domino.nsfdata.NSFCompiledFormula

  public String getThumbnailImageFileName() {
    return (String) getStructElement("ThumbnailImageFileName");
  }

  public NSFCompiledFormula getIMOnlineNameFormula() {
    return new NSFCompiledFormula((byte[]) getStructElement("IMOnlineNameFormula"));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.NSFCompiledFormula

  public String getDTTSep() {
    return (String) getStructElement("DTTsep");
  }

  public NSFCompiledFormula getInputEnabledFormula() {
    return new NSFCompiledFormula((byte[]) getStructElement("InputEnabled"));
  }
View Full Code Here

Examples of org.openntf.domino.nsfdata.NSFCompiledFormula

  public NSFCompiledFormula getInputEnabledFormula() {
    return new NSFCompiledFormula((byte[]) getStructElement("InputEnabled"));
  }

  public NSFCompiledFormula getIMGroupFormula() {
    return new NSFCompiledFormula((byte[]) getStructElement("IMGroupFormula"));
  }
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.