public class XFormInstance extends Object
Modifier and Type | Field and Description |
---|---|
ModelInfo |
mi
Deprecated.
Don't access this object directly.
|
Modifier | Constructor and Description |
---|---|
protected |
XFormInstance(ModelInfo mi,
XFormImpl impl) |
Modifier and Type | Method and Description |
---|---|
Object |
getField(String path) |
String |
getFieldValue(String path) |
Element |
getInstanceElement()
Get the instance element - if only one instance exists in the model.
|
Element |
getInstanceElement(String id)
Get the instance element by id.
|
Element |
getModel() |
String |
getType(String ref) |
boolean |
isValid() |
void |
processBindings(boolean checkConstraints) |
void |
setField(String path,
Object value) |
@Deprecated public ModelInfo mi
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.