public abstract class WorkDescription extends Object
Work
,
BatchDescription
Constructor and Description |
---|
WorkDescription() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getName()
Returns the identifier of this work.
|
protected static boolean |
isValidName(String name)
Returns whether the name is valid identifier or not.
|
public abstract String getName()
The ID must be identical in the batch, and its name can be following format:
Name :
NameStart NamePart*
NameStart: one of
A-Z
a-z
_
NamePart: one of
NameStart
0-9
protected static boolean isValidName(String name)
name
- the nametrue
if the name is valid identifier, or false
if it is not validCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.