public class UC4Alias extends Object
Modifier and Type | Field and Description |
---|---|
static UC4Alias |
EMPTY
Represents an empty UC4Alias.
|
Constructor and Description |
---|
UC4Alias(String name)
Creates a new alias.
|
Modifier and Type | Method and Description |
---|---|
static UC4Alias |
aliasOf(String value)
Creates an alias from a String value.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public static final UC4Alias EMPTY
public UC4Alias(String name) throws InvalidUC4NameException
name
- Name of the ObjectInvalidUC4NameException
- If the name has more than 200 characters.Copyright © 2021. All rights reserved.