Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.media.mn8
Class ConceptConceptDefinition  view ConceptConceptDefinition download ConceptConceptDefinition.java

java.lang.Object
  extended byorg.media.mn8.ConceptDefinition
      extended byorg.media.mn8.ConceptConceptDefinition
Direct Known Subclasses:
mn8ConceptDefinition

public class ConceptConceptDefinition
extends ConceptDefinition

Version:
$Revision: 1.25 $ $Date: 2002/07/03 22:00:19 $

Field Summary
private static Concept _errorHandler
           
private static org.media.mn8.concepts.SeriesConcept _inheritedConcepts
           
private static org.media.mn8.concepts.StringConcept _label
           
private static ConceptConceptDefinition _reference
           
private static org.media.mn8.concepts.StringConcept _type
           
 
Fields inherited from class org.media.mn8.ConceptDefinition
 
Constructor Summary
protected ConceptConceptDefinition()
           
 
Method Summary
 Concept fromXML(org.media.mn8.concepts.StringConcept xmlDocument)
           
 Concept getConceptInstance()
           
 org.media.mn8.concepts.StringConcept getConceptLabel()
           
 org.media.mn8.concepts.StringConcept getConceptType()
           
static Concept getErrorHandler()
           
 org.media.mn8.concepts.SeriesConcept getInheritedConcepts()
           
static ConceptDefinition getReference()
           
static void setErrorHandler(Concept handler)
           
 
Methods inherited from class org.media.mn8.ConceptDefinition
extendsConcept, getAllInheritedConcepts, getAttribute, getAttributeField, getCameleonConceptMethods, getConceptAttribute, getConceptAttributeField, getConceptAttributeField, getConceptAttributeFields, getConceptAttributeFieldsAsHashtable, getConceptConstructor, getConceptConstructor, getConceptConstructors, getConceptElement, getConceptElementField, getConceptElementField, getConceptElementFields, getConceptElementsFieldName, getConceptMethod, getConceptMethod, getConceptMethods, getConceptOperator, getConceptOperator, getConceptOperators, getConstructor, getElement, getInheritanceList, getInheritanceMethods, hasConceptAttribute, hasConceptAttribute, hasConceptElement, hasConceptElement, hasConceptMethod, initializeCameleonMethodTable, main, putAttribute, putElement, putMethod, putOperator, removeAttribute, removeMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_type

private static org.media.mn8.concepts.StringConcept _type

_label

private static org.media.mn8.concepts.StringConcept _label

_inheritedConcepts

private static org.media.mn8.concepts.SeriesConcept _inheritedConcepts

_errorHandler

private static Concept _errorHandler

_reference

private static ConceptConceptDefinition _reference
Constructor Detail

ConceptConceptDefinition

protected ConceptConceptDefinition()
Method Detail

fromXML

public Concept fromXML(org.media.mn8.concepts.StringConcept xmlDocument)

getConceptInstance

public Concept getConceptInstance()
Overrides:
getConceptInstance in class ConceptDefinition

getConceptLabel

public org.media.mn8.concepts.StringConcept getConceptLabel()
Specified by:
getConceptLabel in class ConceptDefinition

setErrorHandler

public static void setErrorHandler(Concept handler)

getErrorHandler

public static Concept getErrorHandler()

getConceptType

public org.media.mn8.concepts.StringConcept getConceptType()
Specified by:
getConceptType in class ConceptDefinition

getReference

public static ConceptDefinition getReference()

getInheritedConcepts

public org.media.mn8.concepts.SeriesConcept getInheritedConcepts()
Specified by:
getInheritedConcepts in class ConceptDefinition