org.nuiton.wikitty.entities
Class ElementNode

java.lang.Object
  extended by org.nuiton.wikitty.entities.Element
      extended by org.nuiton.wikitty.entities.ElementNode
All Implemented Interfaces:
Serializable, WikittyConstants

public class ElementNode
extends Element

Represente un element pour les recherches sur les arbres. Vous devez utiliser

  • FIELD_NODE_ROOT utilise pour creer une condition sur le noeud root de l'arbre
  • FIELD_NODE_PATH utilise pour creer une condition sur un noeud ou un de ses peres
  • FIELD_NODE_DEPTH utilise pour creer une condition sur la profondeur d'un noeud (root=1)

    Version:
    $Revision$ Last update: $Date$ by : $Author$
    Author:
    poussin
    See Also:
    Serialized Form

    Field Summary
    static String FIELD_NODE_DEPTH
               
    static String FIELD_NODE_PATH
               
    static String FIELD_NODE_ROOT
               
     
    Fields inherited from class org.nuiton.wikitty.entities.Element
    ALL_FIELD, EXTENSION, ID, NODE_DEPTH, NODE_PATH, NODE_ROOT, value
     
    Fields inherited from interface org.nuiton.wikitty.WikittyConstants
    FQ_FIELD_NAME_SEPARATOR, FQ_FIELD_NAME_SEPARATOR_REGEX, FQ_META_EXTENSION_SEPARATOR, FQ_META_EXTENSION_SEPARATOR_REGEX
     
    Constructor Summary
    protected ElementNode(String v)
              protected because you must used constant defined in Element
     
    Method Summary
     
    Methods inherited from class org.nuiton.wikitty.entities.Element
    equals, get, getValue, hashCode, toString
     
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
     

    Field Detail

    FIELD_NODE_ROOT

    public static final String FIELD_NODE_ROOT
    See Also:
    Constant Field Values

    FIELD_NODE_PATH

    public static final String FIELD_NODE_PATH
    See Also:
    Constant Field Values

    FIELD_NODE_DEPTH

    public static final String FIELD_NODE_DEPTH
    See Also:
    Constant Field Values
    Constructor Detail

    ElementNode

    protected ElementNode(String v)
    protected because you must used constant defined in Element



    Copyright © 2009-2012 CodeLutin. All Rights Reserved.