| Package | Description |
|---|---|
| net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.type |
Provides classes to represent java types.
|
| Modifier and Type | Method and Description |
|---|---|
static JavaParentType |
JavaParentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaParentType[] |
JavaParentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DependencyType |
JavaType.createParentDependencyType(JavaParentType parentType,
String parentName,
String parentPackageName)
Creates the parent
DependencyType instance associated to the current java type
following the JavaParentType and passed parameters. |
Copyright © 2014 Sourceforge. All rights reserved.