Class ITagsConstants

java.lang.Object
cruise.umple.compiler.ITagsConstants

public class ITagsConstants
extends java.lang.Object
Generator HTML utils are designed to proivde a standlone HTML elements generation using Umple. It provides the required utils to generate HTML elements at the level of Umple, which means that it can be used by a given target langauge. TODO: Should be interface instead. We need to update the parser to accept constatns for the iterfaces
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String A
    $NON-NLS-1$
    static java.lang.String BODY
    $NON-NLS-1$
    static java.lang.String DIV
    $NON-NLS-1$
    static java.lang.String FONT
    $NON-NLS-1$
    static java.lang.String HEAD
    $NON-NLS-1$
    static java.lang.String HTML
    $NON-NLS-1$
    static java.lang.String IMG
    $NON-NLS-1$
    static java.lang.String P
    $NON-NLS-1$
    static java.lang.String SCRIPT
    $NON-NLS-1$
    static java.lang.String SMALL
    $NON-NLS-1$
    static java.lang.String SPAN
    $NON-NLS-1$
    static java.lang.String STYLE
    $NON-NLS-1$
    static java.lang.String TABLE
    $NON-NLS-1$
    static java.lang.String TAG_CLASS
    $NON-NLS-1$
    static java.lang.String TBODY
    $NON-NLS-1$
    static java.lang.String TD
    $NON-NLS-1$
    static java.lang.String TFOOT
    $NON-NLS-1$
    static java.lang.String TH
    $NON-NLS-1$
    static java.lang.String TR
    $NON-NLS-1$
  • Constructor Summary

    Constructors 
    Constructor Description
    ITagsConstants()  
  • Method Summary

    Modifier and Type Method Description
    void delete()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait