org.nuiton.wikitty.entities
Class Element
java.lang.Object
org.nuiton.wikitty.entities.Element
- All Implemented Interfaces:
- Serializable, WikittyConstants
- Direct Known Subclasses:
- ElementExtension, ElementField, ElementId, ElementNode
public class Element
- extends Object
- implements WikittyConstants, Serializable
Class mere qui determine sur quoi porte une condition. Les classes filles
possible sont par exemple: ElementField, ElementId, ElementExtension
This class and sub classes must be very simple because this class is used
in Wikitty interface that GWT used.
- Since:
- 3.3
Last update: $Date$
by : $Author$
- Version:
- $Revision$
- Author:
- poussin
- See Also:
- Serialized Form
NODE_ROOT
public static final ElementNode NODE_ROOT
- utilise pour creer une condition sur le noeud root de l'arbre
NODE_PATH
public static final ElementNode NODE_PATH
- utilise pour creer une condition sur un noeud ou un de ses peres (le chemin d'acces a un noeud)
NODE_DEPTH
public static final ElementNode NODE_DEPTH
- utilise pour creer une condition sur la profondeur d'un noeud (root=1)
ID
public static final ElementId ID
EXTENSION
public static final ElementExtension EXTENSION
ALL_FIELD
public static final ElementField ALL_FIELD
value
protected String value
Element
public Element()
Element
public Element(String value)
get
public static Element get(String v)
getValue
public String getValue()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2012 CodeLutin. All Rights Reserved.