| Package | Description | 
|---|---|
| fr.inria.atlanmod.neoemf.io.proxy | Provides simple representations of objects used during import/export. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <V> ProxyValue<V> | ProxyValue. empty()Returns an empty  ProxyValue. | 
| ProxyValue<Id> | ProxyElement. getId()Returns the identifier of this element. | 
| ProxyValue<V> | AbstractProxyFeature. getValue()Returns the value of this feature. | 
| static <V> ProxyValue<V> | ProxyValue. raw(Object value)Returns a raw  ProxyValuewith itsvalue. | 
| static <V> ProxyValue<V> | ProxyValue. resolved(V value)Returns a resolved  ProxyValuewith itsvalue. | 
| Modifier and Type | Method and Description | 
|---|---|
| ProxyElement | ProxyElement. setId(ProxyValue<Id> id)Defines the identifier of this element. | 
| T | AbstractProxyFeature. setValue(ProxyValue<V> value)Defines the value of this feature. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.