Class EvaluationWorkbook.ExternalName

  • Enclosing interface:
    EvaluationWorkbook

    public static class EvaluationWorkbook.ExternalName
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ExternalName​(java.lang.String nameName, int nameNumber, int ix)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIx()  
      java.lang.String getName()  
      int getNumber()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExternalName

        public ExternalName​(java.lang.String nameName,
                            int nameNumber,
                            int ix)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getNumber

        public int getNumber()
      • getIx

        public int getIx()