public class UC4TimezoneName extends UC4ObjectName
maxLength
Constructor and Description |
---|
UC4TimezoneName(java.lang.String name)
Constructs a
UC4TimezoneName using the specified name . |
UC4TimezoneName(UC4TimezoneName name)
Constructs a
UC4TimezoneName using the specified parameters. |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid(java.lang.String name)
Tests if the supplied name would be a valid name for an
object in the Automation Engine.
|
containsVariable, containsVariable, equals, getAllowedChars, getName, hashCode, isEmpty, toString
public UC4TimezoneName(java.lang.String name)
UC4TimezoneName
using the specified name
.name
- nameInvalidUC4NameException
- if the name is not empty and invalidpublic UC4TimezoneName(UC4TimezoneName name)
UC4TimezoneName
using the specified parameters.name
- UC4TimezoneName
public boolean isValid(java.lang.String name)
UC4ObjectName
isValid
in class UC4ObjectName
name
- Name to be tested