public class Names
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.Set<java.lang.String> |
getReservedNames()
Returns a set of readonly reserved words.
|
static boolean |
isReserved(java.lang.String name)
Returns whether the specified name is reserved.
|
static boolean |
isValid(java.lang.String name)
Returns whether the specified is valid.
|
public static final java.util.Set<java.lang.String> getReservedNames()
public static final boolean isValid(java.lang.String name)
isReserved(java.lang.String)
.public static final boolean isReserved(java.lang.String name)
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.