public static class ElementPresentation.Noun
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ElementPresentation.Noun |
CLASS |
static ElementPresentation.Noun |
DIRECTORY |
static ElementPresentation.Noun |
FIELD |
static ElementPresentation.Noun |
FILE |
static ElementPresentation.Noun |
FRAGMENT |
static ElementPresentation.Noun |
METHOD |
static ElementPresentation.Noun |
PACKAGE |
static ElementPresentation.Noun |
XML_TAG |
Constructor and Description |
---|
Noun(int typeNum) |
Modifier and Type | Method and Description |
---|---|
int |
getTypeNum() |
public static final ElementPresentation.Noun DIRECTORY
public static final ElementPresentation.Noun PACKAGE
public static final ElementPresentation.Noun FILE
public static final ElementPresentation.Noun CLASS
public static final ElementPresentation.Noun METHOD
public static final ElementPresentation.Noun FIELD
public static final ElementPresentation.Noun FRAGMENT
public static final ElementPresentation.Noun XML_TAG