public class UC4UserName extends UC4ObjectName
| Constructor and Description |
|---|
UC4UserName(java.lang.String name)
Constructs a
UC4UserName using the specified name. |
UC4UserName(UC4UserName name)
Constructs a
UC4UserName 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, getName, hashCode, isEmpty, toStringpublic UC4UserName(java.lang.String name)
throws InvalidUC4NameException
UC4UserName using the specified name.name - nameInvalidUC4NameException - if the name is not empty and invalidpublic UC4UserName(UC4UserName name)
UC4UserName using the specified parameters.name - UC4UserNamepublic boolean isValid(java.lang.String name)
UC4ObjectNameisValid in class UC4ObjectNamename - Name to be tested