cuba.util
Interface GeneratedMessage.LocationType

Enclosing class:
GeneratedMessage

public static interface GeneratedMessage.LocationType

The different Kinds of Location-Identifiers


Field Summary
static int DOMPATH
          provides a location-identifier by xml.tree notation for eg. root.tag.subtag.element.attribut
static int JAVATYPETREE
          provides a Hierarchical Identifier for eg. package/class/method/signature
static int LINENO
          provides a line numer
static int NONE
           
 

Field Detail

NONE

static final int NONE
See Also:
Constant Field Values

DOMPATH

static final int DOMPATH
provides a location-identifier by xml.tree notation for eg. root.tag.subtag.element.attribut

See Also:
Constant Field Values

JAVATYPETREE

static final int JAVATYPETREE
provides a Hierarchical Identifier for eg. package/class/method/signature

See Also:
Constant Field Values

LINENO

static final int LINENO
provides a line numer

See Also:
Constant Field Values