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.18 $ $Date: 2002/04/17 16:21:22 $
Author:
Remus Pereni

Fields inherited from class org.media.mn8.Concept
_conceptLabel, _isHidden, _showEmpty
 
Constructor Summary
AttributeConcept()
           
AttributeConcept(java.lang.String name, java.lang.String label, Concept value)
           
 
Method Summary
 java.lang.Object clone()
           
 AttributeConcept create(StringConcept label, Concept value)
           
 LogicalConcept equals(AttributeConcept attr)
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAttributeLabel()
           
 java.lang.String getAttributeName()
           
 java.lang.String getAttributeType()
           
 Concept getAttributeValue()
           
 ConceptDefinition getConceptDefinition()
           
 StringConcept getLabel()
           
 StringConcept getName()
           
 Concept getValue()
           
 StringConcept getValueType()
           
 int hashCode()
           
 LogicalConcept opEquals(AttributeConcept attr)
           
 void setAttributeLabel(java.lang.String label)
           
 void setAttributeName(java.lang.String name)
           
 void setAttributeValue(Concept concept)
           
 void setLabel(StringConcept label)
           
 void setValue(Concept value)
           
 java.lang.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, hasConceptAttribute, hasConceptAttribute, hasConceptElement, hasConceptElement, hasConceptMethod, hasPath, hasPath, isHidden, loadContent, printFields, printFields, searchDeeperForPath, searchSubElements, setConceptLabel, setErrorHandler, setHidden, 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(java.lang.String name,
                        java.lang.String label,
                        Concept value)
Method Detail

create

public AttributeConcept create(StringConcept label,
                               Concept value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.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 java.lang.String getAttributeName()
Specified by:
getAttributeName in interface Attribute

setAttributeName

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

setAttributeLabel

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

getAttributeLabel

public java.lang.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 java.lang.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 java.lang.Object

equals

public boolean equals(java.lang.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 java.lang.Object clone()
Overrides:
clone in class JavaConcept

opEquals

public LogicalConcept opEquals(AttributeConcept attr)

equals

public LogicalConcept equals(AttributeConcept attr)


"Copyright © 2001 Internet Multicasting Services & media.org. All Rights Reserved."