Package | Description |
---|---|
net.sourceforge.jenesis4java |
Modifier and Type | Field and Description |
---|---|
static Access.AccessType |
Access.PACKAGE
Constant to indicate package access.
|
static Access.AccessType |
Access.PRIVATE
Constant to indicate private access.
|
static Access.AccessType |
Access.PROTECTED
Constant to indicate protected access.
|
static Access.AccessType |
Access.PUBLIC
Constant to indicate public access.
|
Modifier and Type | Method and Description |
---|---|
Access.AccessType |
Access.getAccess()
Gets the access level as one of the constants in this interface.
|
static Access.AccessType |
Access.AccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Access.AccessType[] |
Access.AccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Access |
Access.setAccess(Access.AccessType level)
Sets the access level according to the given constant.
|
static CodeWriter |
Access.AccessType.toCode(Access.AccessType accesstype,
CodeWriter out) |
Copyright © 2000–2018 jenesis4java. All rights reserved.