Package org.aavso.tools.vstar.data

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


    if (cc != null) {
      origString = cc;
      for (char c : cc.toCharArray()) {
        if (c != ' ') {
          CommentType commentCode = CommentType
              .getTypeFromFlag(String.valueOf(c));

          if (commentCode != CommentType.OTHER) {
            commentcodes.add(commentCode);
          } else {
View Full Code Here

TOP

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

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.