public class AccessUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isFinal(int access) |
static boolean |
isPackage(int access) |
static boolean |
isPrivate(int access) |
static boolean |
isProtected(int access) |
static boolean |
isPublic(int access) |
Copyright © 2016–2024 MuleSoft, Inc.. All rights reserved.