public static class ParameterMap.AccessMode extends Object
| Modifier and Type | Method and Description |
|---|---|
static ParameterMap.AccessMode |
get(boolean copyValueOnRead,
boolean copyValueOnWrite)
Factory method for an access mode.
|
boolean |
getCopyValueOnRead() |
boolean |
getCopyValueOnWrite() |
public static ParameterMap.AccessMode get(boolean copyValueOnRead, boolean copyValueOnWrite)
copyValueOnRead - if true the value will be copied on a readcopyValueOnWrite - if true the value will be copied on a writepublic boolean getCopyValueOnRead()
public boolean getCopyValueOnWrite()
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.