public class Identifier extends Object
Classifier
.Modifier and Type | Method and Description |
---|---|
static Identifier |
generated(String value)
Creates a new
Identifier which has a generated value , for example: a value processed from another
value. |
String |
getValue()
Returns the literal representation of this identifier.
|
boolean |
isGenerated()
Returns whether this identifier has been auto-generated.
|
static Identifier |
original(String value)
Creates a new
Identifier which has a non-generated value , for example: a read value. |
String |
toString() |
public static Identifier original(String value)
Identifier
which has a non-generated value
, for example: a read value.value
- the literal representation of this identifierpublic static Identifier generated(String value)
Identifier
which has a generated value
, for example: a value processed from another
value.value
- the literal representation of this identifierpublic String getValue()
public boolean isGenerated()
true
if this identifier has been auto-generatedCopyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.