ikbs.rco.xml
Class BaliseValue

java.lang.Object
  extended by org.jdom.Content
      extended by org.jdom.Element
          extended by ikbs.rco.xml.BaliseValue
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.jdom.Parent

public class BaliseValue
extends org.jdom.Element

Classe spÈcialisÈe reprÈsentant une balise "value" dans la reprÈsentation arborescente hybride du fichier XML.

Author:
HOAREAU Christian-COURQUET Christophe
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jdom.Element
additionalNamespaces, name, namespace
 
Fields inherited from class org.jdom.Content
parent
 
Constructor Summary
BaliseValue(org.jdom.Element e)
          Pour le chargement - "Duplique" l'ÈlÈment e.
BaliseValue(Value value)
          Pour la sauvegarde - instancie une BaliseValue correspondant ‡ l'objet IKBS value.
 
Method Summary
 void createBalisesIllustration()
          Pour la sauvegarde - Parcourt le vecteur des illustrations de l'ikbsValue.
 DescriptiveElement getDE()
          Retourne le DescriptiveElement associÈ ‡ la BaliseValue.
 java.lang.String getID()
          Retourne l'attribut "id".
 Value getIkbsValue()
          Retourne la Value IKBS associÈe ‡ la BaliseValue.
 java.lang.String getType()
          Retourne l'attribut "type".
 java.lang.String getValue()
          Retourne le contenu (la valeur) de la BaliseValue.
 void loadIllustrations()
          Chacun des fils s'occupe du chargement.
 void setDE(DescriptiveElement de)
          Initialise le DescriptiveElement associÈ ‡ la BaliseValue.
 void setID(java.lang.String id)
          Initialise l'attribut "id" de la BaliseValue courante.
 void setIkbsValue(Value value)
          Initialise la Value IKBS associÈe ‡ la BaliseValue.
 void setType(java.lang.String type)
          Initialise l'attribut "type" de la BaliseValue courante.
 void setValue(java.lang.String value)
          Initialise le contenu de la BaliseValue.
 
Methods inherited from class org.jdom.Element
addContent, addContent, addContent, addContent, addContent, addNamespaceDeclaration, clone, cloneContent, getAdditionalNamespaces, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getAttributeValue, getAttributeValue, getChild, getChild, getChildren, getChildren, getChildren, getChildText, getChildText, getChildTextNormalize, getChildTextNormalize, getChildTextTrim, getChildTextTrim, getContent, getContent, getContent, getContentSize, getDescendants, getDescendants, getName, getNamespace, getNamespace, getNamespacePrefix, getNamespaceURI, getQualifiedName, getText, getTextNormalize, getTextTrim, indexOf, isAncestor, isRootElement, removeAttribute, removeAttribute, removeAttribute, removeChild, removeChild, removeChildren, removeChildren, removeContent, removeContent, removeContent, removeContent, removeNamespaceDeclaration, setAttribute, setAttribute, setAttribute, setAttributes, setContent, setContent, setContent, setContent, setName, setNamespace, setText, toString
 
Methods inherited from class org.jdom.Content
detach, equals, getDocument, getParent, getParentElement, hashCode, setParent
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jdom.Parent
getDocument, getParent
 

Constructor Detail

BaliseValue

public BaliseValue(org.jdom.Element e)
Pour le chargement - "Duplique" l'ÈlÈment e.

Parameters:
e - - org.jdom.Element
See Also:
BaliseValue(Value)

BaliseValue

public BaliseValue(Value value)
Pour la sauvegarde - instancie une BaliseValue correspondant ‡ l'objet IKBS value.

Parameters:
value - - ikbs.rco.value.Value
See Also:
BaliseValue(Element)
Method Detail

loadIllustrations

public void loadIllustrations()
Chacun des fils s'occupe du chargement.

See Also:
BaliseIllustration.loadIllustration(RCOElement)

createBalisesIllustration

public void createBalisesIllustration()
Pour la sauvegarde - Parcourt le vecteur des illustrations de l'ikbsValue. Les BaliseIllustration correspondantes sont instanciÈes et sont ajoutÈes comme ÈlÈments fils de la BaliseValue courante.

See Also:
BaliseIllustration.BaliseIllustration(String)

setType

public void setType(java.lang.String type)
Initialise l'attribut "type" de la BaliseValue courante.

Parameters:
type - String
See Also:
getType()

setID

public void setID(java.lang.String id)
Initialise l'attribut "id" de la BaliseValue courante.

Parameters:
id - - String
See Also:
getID()

setValue

public void setValue(java.lang.String value)
Initialise le contenu de la BaliseValue.

Parameters:
value - - String
See Also:
getValue()

setIkbsValue

public void setIkbsValue(Value value)
Initialise la Value IKBS associÈe ‡ la BaliseValue.

Parameters:
value - - ikbs.rco.value.Value
See Also:
getIkbsValue()

setDE

public void setDE(DescriptiveElement de)
Initialise le DescriptiveElement associÈ ‡ la BaliseValue.

Parameters:
de - - ikbs.rco.element.DescriptiveElement
See Also:
getDE()

getIkbsValue

public Value getIkbsValue()
Retourne la Value IKBS associÈe ‡ la BaliseValue.

Returns:
ikbs.rco.value.Value
See Also:
setIkbsValue(Value)

getDE

public DescriptiveElement getDE()
Retourne le DescriptiveElement associÈ ‡ la BaliseValue.

Returns:
ikbs.rco.element.DescriptiveElement
See Also:
setDE(DescriptiveElement)

getID

public java.lang.String getID()
Retourne l'attribut "id".

Returns:
String
See Also:
setID(String)

getType

public java.lang.String getType()
Retourne l'attribut "type".

Returns:
String
See Also:
setType(String)

getValue

public java.lang.String getValue()
Retourne le contenu (la valeur) de la BaliseValue.

Overrides:
getValue in class org.jdom.Element
Returns:
String
See Also:
setValue(String)