Describes the project code, that identifies the project within a project space. A project code is the unique identifier of a QBiC project within a project space. A project code can be validated with the following regular expression: "Q[A-X0-9]{4}".
Modifiers | Name | Description |
---|---|---|
private static java.lang.Object |
REGEX |
Type | Name and description |
---|---|
java.lang.String |
code |
Constructor and description |
---|
ProjectCode
(java.lang.String code) Constructs a project code instance based on the given code string. |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
equals(java.lang.Object obj) |
|
java.lang.String |
toString() |
|
private void |
validateCode() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation