public class Consistency
extends org.netbeans.modules.schema2beans.BaseBean
Modifier and Type | Field and Description |
---|---|
static String |
CHECK_ALL_AT_COMMIT |
static String |
CHECK_ALL_AT_COMMIT2 |
static String |
CHECK_MODIFIED_AT_COMMIT |
static String |
CHECK_VERSION_OF_ACCESSED_INSTANCES |
static String |
LOCK_WHEN_LOADED |
static String |
LOCK_WHEN_MODIFIED |
static String |
NONE |
Constructor and Description |
---|
Consistency() |
Consistency(int options) |
_getParent, _getRoot, _getXPathExpr, _getXPathExpr, _setChanged, addBeanComparator, addComment, addKnownValue, addPropertyChangeListener, addPropertyChangeListener, addValue, addValue, beanProp, beanProp, beanProp, beanProps, beanPropsIterator, buildPathName, changeDocType, childBeans, childBeans, clone, comments, copyProperty, createAttribute, createAttribute, createBean, createGraph, createGraph, createGraph, createGraph, createProperty, createProperty, createRoot, domBinding, dtdName, dumpAttributes, dumpDomNode, dumpDomNode, dumpDomNode, dumpXml, findAttributeValue, findPropertyValue, findValue, fullName, getAttributeNames, getAttributeNames, getAttributeValue, getAttributeValue, getAttributeValue, getDefaultNamespace, getProperty, getProperty, getValue, getValue, getValueById, getValues, graphManager, hasDomNode, hasName, idToIndex, indexOf, indexToId, init, initPropertyTables, isChoiceProperty, isChoiceProperty, isEqualTo, isNull, isNull, isRoot, knownValues, listAttributes, listAttributes, listChoiceProperties, listChoiceProperties, listProperties, merge, merge, mergeUpdate, name, nameChild, nameChild, nameChild, nameSelf, newInstance, parent, propertyById, reindent, reindent, removeBeanComparator, removeComment, removePropertyChangeListener, removePropertyChangeListener, removeValue, removeValue, removeValue, removeValue, setAttributeValue, setAttributeValue, setAttributeValue, setDefaultNamespace, setDomBinding, setGraphManager, setValue, setValue, setValue, setValue, setValueById, size, toString, write, write, write, write, write, writeNode, writeNoReindent
public static final String NONE
public static final String CHECK_MODIFIED_AT_COMMIT
public static final String LOCK_WHEN_LOADED
public static final String CHECK_ALL_AT_COMMIT
public static final String LOCK_WHEN_MODIFIED
public static final String CHECK_ALL_AT_COMMIT2
public static final String CHECK_VERSION_OF_ACCESSED_INSTANCES
public void setNone(boolean value)
public boolean isNone()
public void setCheckModifiedAtCommit(boolean value)
public boolean isCheckModifiedAtCommit()
public void setLockWhenLoaded(boolean value)
public boolean isLockWhenLoaded()
public void setCheckAllAtCommit(boolean value)
public boolean isCheckAllAtCommit()
public void setLockWhenModified(boolean value)
public boolean isLockWhenModified()
public void setCheckAllAtCommit2(boolean value)
public boolean isCheckAllAtCommit2()
public void setCheckVersionOfAccessedInstances(CheckVersionOfAccessedInstances value)
public CheckVersionOfAccessedInstances getCheckVersionOfAccessedInstances()
public CheckVersionOfAccessedInstances newCheckVersionOfAccessedInstances()
public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c)
public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c)
public void validate() throws org.netbeans.modules.schema2beans.ValidateException
org.netbeans.modules.schema2beans.ValidateException
public void dump(StringBuffer str, String indent)
dump
in class org.netbeans.modules.schema2beans.BaseBean
public String dumpBeanNode()
dumpBeanNode
in class org.netbeans.modules.schema2beans.BaseBean
Copyright © 2018. All rights reserved.