org.media.mn8.concepts
Class AttributeConcept

java.lang.Object
  |
  +--org.media.mn8.Concept
        |
        +--org.media.mn8.JavaConcept
              |
              +--org.media.mn8.concepts.AttributeConcept
All Implemented Interfaces:
Attribute

public class AttributeConcept
extends JavaConcept
implements Attribute

Version:
$Revision: 1.21 $ $Date: 2002/10/22 19:23:56 $
Author:
Remus Pereni

Field Summary
 
Fields inherited from class org.media.mn8.Concept
_conceptLabel, _isHidden, _resourceURI, _showEmpty
 
Constructor Summary
AttributeConcept()
           
AttributeConcept(String name, String label, Concept value)
           
 
Method Summary
 Object clone()
           
 AttributeConcept create(StringConcept label, Concept value)
           
 LogicalConcept equals(AttributeConcept attr)
           
 boolean equals(Object obj)
           
 String getAttributeLabel()
           
 String getAttributeName()
           
 String getAttributeType()
           
 Concept getAttributeValue()
           
 ConceptDefinition getConceptDefinition()
           
 StringConcept getLabel()
           
 StringConcept getName()
           
 Concept getValue()
           
 StringConcept getValueType()
           
 int hashCode()
           
 LogicalConcept opEquals(AttributeConcept attr)
           
 void setAttributeLabel(String label)
           
 void setAttributeName(String name)
           
 void setAttributeValue(Concept concept)
           
 void setLabel(StringConcept label)
           
 void setValue(Concept value)
           
 String toString()
           
 StringConcept toTXT()
           
 StringConcept toXML()
           
 
Methods inherited from class org.media.mn8.JavaConcept
create, equals, opEQ
 
Methods inherited from class org.media.mn8.Concept
areThereMoreElemenents, cloneConcept, extendsConcept, getAllInheritedConcepts, getAttributeValue, getConceptAttribute, getConceptAttribute, getConceptAttributeField, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptInstance, getConceptLabel, getConceptMethod, getConceptMethods, getConceptNamed, getConceptOperators, getConceptsAtPath, getConceptsAtPath, getConceptType, getErrorHandler, getInheritedConcepts, getMeAllElements, getResourceURI, hasConceptAttribute, hasConceptAttribute, hasConceptElement, hasConceptElement, hasConceptMethod, hasPath, hasPath, isHidden, loadContent, printFields, printFields, searchDeeperForPath, searchSubElements, setConceptLabel, setErrorHandler, setHidden, setResourceURI, setShowEmpty, showEmpty, subAttributeGetConcept, subAttributeHasPath, subElementGetConcepts, subElementHasPath
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeConcept

public AttributeConcept()

AttributeConcept

public AttributeConcept(String name,
                        String label,
                        Concept value)
Method Detail

create

public AttributeConcept create(StringConcept label,
                               Concept value)

toString

public String toString()
Overrides:
toString in class Object

setValue

public void setValue(Concept value)

getValue

public Concept getValue()

getName

public StringConcept getName()

getLabel

public StringConcept getLabel()

setLabel

public void setLabel(StringConcept label)

getValueType

public StringConcept getValueType()

getAttributeName

public String getAttributeName()
Specified by:
getAttributeName in interface Attribute

setAttributeName

public void setAttributeName(String name)
Specified by:
setAttributeName in interface Attribute

setAttributeLabel

public void setAttributeLabel(String label)
Specified by:
setAttributeLabel in interface Attribute

getAttributeLabel

public String getAttributeLabel()
Specified by:
getAttributeLabel in interface Attribute

setAttributeValue

public void setAttributeValue(Concept concept)
Specified by:
setAttributeValue in interface Attribute

getAttributeValue

public Concept getAttributeValue()
Specified by:
getAttributeValue in interface Attribute

getAttributeType

public String getAttributeType()
Specified by:
getAttributeType in interface Attribute

toTXT

public StringConcept toTXT()
Overrides:
toTXT in class JavaConcept

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class JavaConcept

toXML

public StringConcept toXML()
Overrides:
toXML in class JavaConcept

getConceptDefinition

public ConceptDefinition getConceptDefinition()
Overrides:
getConceptDefinition in class JavaConcept

clone

public Object clone()
Overrides:
clone in class JavaConcept

opEquals

public LogicalConcept opEquals(AttributeConcept attr)

equals

public LogicalConcept equals(AttributeConcept attr)


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