Package | Description |
---|---|
org.eclipse.m2e.scm |
Modifier and Type | Field and Description |
---|---|
private ScmTag.Type |
ScmTag.type |
Modifier and Type | Method and Description |
---|---|
ScmTag.Type |
ScmTag.getType()
Returns tag type
|
static ScmTag.Type |
ScmTag.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScmTag.Type[] |
ScmTag.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ScmTag(java.lang.String name,
ScmTag.Type type) |