public class UC4TimezoneName extends UC4ObjectName
| Constructor and Description |
|---|
UC4TimezoneName(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(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, toStringpublic UC4TimezoneName(String name) throws InvalidUC4NameException
UC4TimezoneName using the specified name .name - nameInvalidUC4NameException - if the name is not empty and invalidpublic UC4TimezoneName(UC4TimezoneName name)
UC4TimezoneName using the specified parameters.name - UC4TimezoneNamepublic boolean isValid(String name)
UC4ObjectNameisValid in class UC4ObjectNamename - Name to be testedCopyright © 2021. All rights reserved.