com.ibm.dse.tools.workbench.tbg
Interface TbgNames

All Known Subinterfaces:
TagProcessor
All Known Implementing Classes:
TbgTagParser, TbgParser

public interface TbgNames

This interface declares the TBG names required for the application


Field Summary
static char ATTRIB_LAST
          Attribute separator: )
static java.lang.String ATTRIB_SEP
          Attribute separator: (
static java.lang.String ATTRIBUTE
          Used to indicate an attribute in the template
static java.lang.String END_SIMPLE_TAG
          Final simple tag (default value: />).
static java.lang.String END_TAG
          Final composed tag (default value: >).
static java.lang.String INI_FINAL_TAG
          Ending composed tag (default value: </dsewb:).
static java.lang.String INI_TAG
          Initial simple tag (default value: <dsewb).
static java.lang.String LITERAL
          Used to express a literal in the template.
static char LITERAL_LAST1
          A possible literal separator: )
static char LITERAL_LAST2
          A possible literal separator: ]
static char LITERAL_LAST3
          A possible literal separator: }
static java.lang.String LITERAL_SEP1
          A possible literal separator: (
static java.lang.String LITERAL_SEP2
          A possible literal separator: [
static java.lang.String LITERAL_SEP3
          A possible literal separator: {
 

Field Detail

INI_TAG

public static final java.lang.String INI_TAG
Initial simple tag (default value: <dsewb).

INI_FINAL_TAG

public static final java.lang.String INI_FINAL_TAG
Ending composed tag (default value: </dsewb:).

END_TAG

public static final java.lang.String END_TAG
Final composed tag (default value: >).

END_SIMPLE_TAG

public static final java.lang.String END_SIMPLE_TAG
Final simple tag (default value: />).

LITERAL

public static final java.lang.String LITERAL
Used to express a literal in the template.

LITERAL_SEP1

public static final java.lang.String LITERAL_SEP1
A possible literal separator: (

LITERAL_SEP2

public static final java.lang.String LITERAL_SEP2
A possible literal separator: [

LITERAL_SEP3

public static final java.lang.String LITERAL_SEP3
A possible literal separator: {

LITERAL_LAST1

public static final char LITERAL_LAST1
A possible literal separator: )

LITERAL_LAST2

public static final char LITERAL_LAST2
A possible literal separator: ]

LITERAL_LAST3

public static final char LITERAL_LAST3
A possible literal separator: }

ATTRIBUTE

public static final java.lang.String ATTRIBUTE
Used to indicate an attribute in the template

ATTRIB_SEP

public static final java.lang.String ATTRIB_SEP
Attribute separator: (

ATTRIB_LAST

public static final char ATTRIB_LAST
Attribute separator: )