Class FetchedWith

  • All Implemented Interfaces:
    Cloneable, org.netbeans.modules.schema2beans.Bean

    public class FetchedWith
    extends org.netbeans.modules.schema2beans.BaseBean
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.netbeans.modules.schema2beans.BaseBean

        org.netbeans.modules.schema2beans.BaseBean.IterateChoiceProperties
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String DEFAULT  
      static String LEVEL  
      static String NAMED_GROUP  
      static String NONE  
      • Fields inherited from class org.netbeans.modules.schema2beans.BaseBean

        binding, graphManager, MERGE_COMPARE, MERGE_INTERSECT, MERGE_NONE, MERGE_UNION, MERGE_UPDATE
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void addComparator​(org.netbeans.modules.schema2beans.BeanComparator c)  
      void dump​(StringBuffer str, String indent)  
      String dumpBeanNode()  
      int getLevel()  
      String getNamedGroup()  
      boolean isDefault()  
      boolean isNone()  
      static void removeComparator​(org.netbeans.modules.schema2beans.BeanComparator c)  
      void setDefault​(boolean value)  
      void setLevel​(int value)  
      void setNamedGroup​(String value)  
      void setNone​(boolean value)  
      void validate()  
      • Methods inherited from class org.netbeans.modules.schema2beans.BaseBean

        _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
    • Constructor Detail

      • FetchedWith

        public FetchedWith()
      • FetchedWith

        public FetchedWith​(int options)
    • Method Detail

      • setDefault

        public void setDefault​(boolean value)
      • isDefault

        public boolean isDefault()
      • setLevel

        public void setLevel​(int value)
      • getLevel

        public int getLevel()
      • setNamedGroup

        public void setNamedGroup​(String value)
      • getNamedGroup

        public String getNamedGroup()
      • setNone

        public void setNone​(boolean value)
      • isNone

        public boolean isNone()
      • addComparator

        public static void addComparator​(org.netbeans.modules.schema2beans.BeanComparator c)
      • removeComparator

        public static void removeComparator​(org.netbeans.modules.schema2beans.BeanComparator c)
      • validate

        public void validate()
                      throws org.netbeans.modules.schema2beans.ValidateException
        Throws:
        org.netbeans.modules.schema2beans.ValidateException
      • dump

        public void dump​(StringBuffer str,
                         String indent)
        Specified by:
        dump in class org.netbeans.modules.schema2beans.BaseBean
      • dumpBeanNode

        public String dumpBeanNode()
        Overrides:
        dumpBeanNode in class org.netbeans.modules.schema2beans.BaseBean