@Beta public final class OpticalLogicId extends Identifier<java.lang.Long>
identifier
Modifier and Type | Method and Description |
---|---|
static OpticalLogicId |
logicId(long id)
Returns the LabelId representing the specified long value.
|
static OpticalLogicId |
logicId(java.lang.String string)
Returns the LabelId representing the specified string value.
|
long |
toLong() |
equals, hashCode, id, toString
public static OpticalLogicId logicId(long id)
id
- identifier as long valuepublic static OpticalLogicId logicId(java.lang.String string)
string
- identifier as string valuepublic long toLong()