Package eu.mihosoft.vmf.runtime.core
Interface ReadOnly
-
public interface ReadOnly
Denotes a read-only type. Created by miho on 23.02.17.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default VObject
asModifiable()
Returns a modifiable deep copy of this read-only instance
-
-
-
Method Detail
-
asModifiable
default VObject asModifiable()
Returns a modifiable deep copy of this read-only instance- Returns:
- a modifiable deep copy of this read-only instance
-
-