FileReference class
A class that provides information for a file reference.
Constructors
- FileReference(int hostTileId, String fileName, FileReferenceType type, int catalogHandle)
- Creates a new instance.
Properties
- catalogHandle ↔ int
-
Catalog index where the file is stored.
getter/setter pair
- fileName ↔ String
-
file name including file extension
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- hostTileId ↔ int
-
The tile where the element is defined.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ FileReferenceType
-
Identifies which type of file is (toll, junction view, etc...)
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.