public class ClassName extends Object
Constructor and Description |
---|
ClassName(String name)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static boolean |
isValid(String name)
Returns whether or not the given string is a valid class name.
|
String |
toString() |
public ClassName(String name)
name
- the class namepublic static boolean isValid(String name)
name
- the target stringtrue
if it is valid, otherwise false
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.