public final class Access extends Enumerator
IClass.IMember.getAccess()
.Modifier and Type | Field and Description |
---|---|
static Access |
DEFAULT
Representation of DEFAULT accessibility.
|
static Access |
PRIVATE
Representation of PRIVATE accessibility.
|
static Access |
PROTECTED
Representation of PROTECTED accessibility.
|
static Access |
PUBLIC
Representation of PUBLIC accessibility.
|
Modifier and Type | Method and Description |
---|---|
static Access |
fromString(String name) |
equals, fromString, hashCode, toString
public static final Access PRIVATE
public static final Access PROTECTED
public static final Access DEFAULT
public static final Access PUBLIC
public static Access fromString(String name) throws EnumeratorFormatException
name
converted to Access
EnumeratorFormatException
Copyright © 2001–2016. All rights reserved.