| Package | Description |
|---|---|
| org.mybatis.generator.api.dom.java | |
| org.mybatis.generator.codegen.ibatis2.dao.elements |
| Modifier and Type | Method and Description |
|---|---|
JavaVisibility |
JavaElement.getVisibility()
Gets the visibility.
|
static JavaVisibility |
JavaVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaVisibility[] |
JavaVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JavaElement.setVisibility(JavaVisibility visibility)
Sets the visibility.
|
| Modifier and Type | Method and Description |
|---|---|
JavaVisibility |
AbstractDAOElementGenerator.getExampleMethodVisibility() |
Copyright © 2006–2016 MyBatis.org. All rights reserved.