Package | Description |
---|---|
org.mybatis.generator.api.dom.java |
Modifier and Type | Method and Description |
---|---|
JavaVisibility |
JavaElement.getVisibility() |
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) |
Copyright © 2006–2022 MyBatis.org. All rights reserved.