public class VariableType extends Object
| Constructor and Description |
|---|
VariableType(String name)
Create a new variable type.
|
public VariableType(String name)
NullPointerException - If the specified name is null.IllegalArgumentException - If the specified name is an empty string.public String getName()
protected static boolean isValidName(String name)
name - The name of the variable.true if the name is valid; false otherwise.Copyright © 2014. All rights reserved.