org.media.mn8.concepts
Class TransparentElement

java.lang.Object
  |
  +--org.media.mn8.Concept
        |
        +--org.media.mn8.JavaConcept
              |
              +--org.media.mn8.concepts.ElementConcept
                    |
                    +--org.media.mn8.concepts.TransparentElement
All Implemented Interfaces:
Element

public class TransparentElement
extends ElementConcept

Version:
$Revision: 1.9 $ $Date: 2002/07/24 23:23:47 $
Author:
Remus Pereni

Field Summary
 
Fields inherited from class org.media.mn8.concepts.ElementConcept
_attribs, _label, _multi, _name
 
Fields inherited from class org.media.mn8.Concept
_conceptLabel, _isHidden, _resourceURI, _showEmpty
 
Constructor Summary
TransparentElement()
           
TransparentElement(String name, String label, Concept value, SeriesConcept attributes)
           
TransparentElement(String name, String label, Concept value, SeriesConcept attributes, boolean multi, String multiType)
           
 
Method Summary
 Object clone()
           
 Concept getConceptAttribute(String name)
           
 FieldDefinition getConceptAttributeField(String name)
           
 SeriesConcept getConceptAttributeFields()
           
 SeriesConcept getConceptAttributes()
           
 StringConcept getConceptType()
           
 boolean hasConceptAttribute(String name)
           
 void loadContent(Concept concept)
           
 void setHidden(LogicalConcept isHidden)
           
 void setShowEmpty(LogicalConcept showEmpty)
           
 StringConcept toTXT()
           
 StringConcept toXML()
           
 
Methods inherited from class org.media.mn8.concepts.ElementConcept
addAttribute, addAttribute, addValue, areThereMoreElemenents, create, equals, equals, getAttributes, getConceptDefinition, getConceptElement, getConceptElement, getConceptElementField, getConceptElementField, getConceptElementFields, getConceptElements, getConceptLabel, getElementLabel, getElementName, getElementType, getElementValue, getLabel, getMeAllElements, getName, getValue, getValueType, hasConceptElement, hasConceptElement, hashCode, isMulti, opEquals, searchDeeperForPath, setAttributes, setConceptLabel, setElementLabel, setElementName, setElementValue, setLabel, setResourceURI, setValue, subElementHasPath, toString
 
Methods inherited from class org.media.mn8.JavaConcept
create, equals, opEQ
 
Methods inherited from class org.media.mn8.Concept
cloneConcept, extendsConcept, getAllInheritedConcepts, getAttributeValue, getConceptAttribute, getConceptAttributeField, getConceptConstructors, getConceptInstance, getConceptMethod, getConceptMethods, getConceptNamed, getConceptOperators, getConceptsAtPath, getConceptsAtPath, getErrorHandler, getInheritedConcepts, getResourceURI, hasConceptAttribute, hasConceptMethod, hasPath, hasPath, isHidden, printFields, printFields, searchSubElements, setErrorHandler, showEmpty, subAttributeGetConcept, subAttributeHasPath, subElementGetConcepts
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransparentElement

public TransparentElement()

TransparentElement

public TransparentElement(String name,
                          String label,
                          Concept value,
                          SeriesConcept attributes)

TransparentElement

public TransparentElement(String name,
                          String label,
                          Concept value,
                          SeriesConcept attributes,
                          boolean multi,
                          String multiType)
Method Detail

toTXT

public StringConcept toTXT()
Overrides:
toTXT in class ElementConcept

setShowEmpty

public void setShowEmpty(LogicalConcept showEmpty)
Overrides:
setShowEmpty in class ElementConcept

setHidden

public void setHidden(LogicalConcept isHidden)
Overrides:
setHidden in class Concept

toXML

public StringConcept toXML()
Overrides:
toXML in class ElementConcept

getConceptType

public StringConcept getConceptType()
Overrides:
getConceptType in class Concept

loadContent

public void loadContent(Concept concept)
Overrides:
loadContent in class ElementConcept

getConceptAttributeFields

public SeriesConcept getConceptAttributeFields()
Overrides:
getConceptAttributeFields in class ElementConcept

getConceptAttributeField

public FieldDefinition getConceptAttributeField(String name)
Overrides:
getConceptAttributeField in class ElementConcept

getConceptAttributes

public SeriesConcept getConceptAttributes()
Overrides:
getConceptAttributes in class ElementConcept

getConceptAttribute

public Concept getConceptAttribute(String name)
Overrides:
getConceptAttribute in class ElementConcept

hasConceptAttribute

public boolean hasConceptAttribute(String name)
Overrides:
hasConceptAttribute in class ElementConcept

clone

public Object clone()
Overrides:
clone in class ElementConcept


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."