public class LayerId
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
chronIndex
Unique index of this LayerId in TechId.
|
java.lang.String |
fullName
Layer full name
|
java.lang.String |
name
Layer name
|
TechId |
techId
TechId of this LayerId.
|
Modifier and Type | Method and Description |
---|---|
Layer |
inDatabase(EDatabase database)
Method to return the Layer representing LayerId in the specified EDatabase.
|
java.lang.String |
toString()
Returns a printable version of this LayerId.
|
public final TechId techId
public final java.lang.String name
public final java.lang.String fullName
public final int chronIndex
public Layer inDatabase(EDatabase database)
database
- EDatabase where to get from.public java.lang.String toString()
toString
in class java.lang.Object