Package org.aavso.tools.vstar.data

Examples of org.aavso.tools.vstar.data.CommentCodes


  public void testSkyBrightCommentCode() {
    commonValidCommentCodeTest("B", CommentType.SKY_BRIGHT);
  }

  public void testCommentCodes1() {
    CommentCodes commentTypes = new CommentCodes(" CCDV ");
   
    for (CommentType type : commentTypes.getCommentcodes()) {
      System.out.println(type);
    }
  }
View Full Code Here

TOP

Related Classes of org.aavso.tools.vstar.data.CommentCodes

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.