Package org.openntf.domino.nsfdata

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


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

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

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

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

TOP

Related Classes of org.openntf.domino.nsfdata.NSFCompiledFormula

Copyright © 2018 www.massapicom. 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.