public final class WaarpMOFactory extends Object
Modifier and Type | Method and Description |
---|---|
static WaarpMOScalar |
create(OID oid,
Object value,
int type,
MOAccess access,
WaarpMORow row,
int mibLevel,
int entry) |
static WaarpMOScalar |
createReadOnly(OID oid,
Object value,
int type,
WaarpMORow row,
int mibLevel,
int entry) |
static WaarpInterfaceVariableFactory |
getFactory() |
static Variable |
getVariable(OID oid,
Object value,
int type,
int mibLevel,
int entry)
Create a Variable using the arguments
|
static void |
setFactory(WaarpInterfaceVariableFactory factory) |
static void |
setVariable(Variable var,
Object value,
int type)
Set a Variable value
|
public static WaarpMOScalar createReadOnly(OID oid, Object value, int type, WaarpMORow row, int mibLevel, int entry)
oid
- value
- type
- public static WaarpMOScalar create(OID oid, Object value, int type, MOAccess access, WaarpMORow row, int mibLevel, int entry)
oid
- value
- type
- access
- public static Variable getVariable(OID oid, Object value, int type, int mibLevel, int entry)
oid
- value
- type
- mibLevel
- entry
- public static void setVariable(Variable var, Object value, int type)
var
- value
- type
- public static WaarpInterfaceVariableFactory getFactory()
public static void setFactory(WaarpInterfaceVariableFactory factory)
factory
- the factory to setCopyright © 2009–2020 Waarp. All rights reserved.