org.media.mn8
Class mn8ScriptElement
java.lang.Object
|
+--org.media.mn8.Concept
|
+--org.media.mn8.JavaConcept
|
+--org.media.mn8.FieldConcept
|
+--org.media.mn8.mn8ScriptElement
- All Implemented Interfaces:
- FieldDefinition
- public class mn8ScriptElement
- extends FieldConcept
- Version:
- $Revision: 1.7 $ $Date: 2002/06/05 14:57:16 $
- Author:
- Remus Pereni
Constructor Summary |
mn8ScriptElement()
|
mn8ScriptElement(java.lang.String name,
ElementConcept field,
boolean isStatic,
java.lang.String label,
java.lang.String type,
java.lang.String declaringConcept,
antlr.collections.AST initial)
|
mn8ScriptElement(java.lang.String name,
ElementConcept field,
boolean isStatic,
java.lang.String label,
java.lang.String type,
java.lang.String declaringConcept,
antlr.collections.AST initial,
boolean multi)
|
Methods inherited from class org.media.mn8.FieldConcept |
clone, getConceptDefinition, getFieldLabel, getFieldName, getInitialValue, getLabel, getName, getType, isStatic, toTXT, toXML |
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, hashCode, notify, notifyAll, toString, wait, wait, wait |
_declaringConcept
protected java.lang.String _declaringConcept
_field
protected ElementConcept _field
_initialValue
protected antlr.collections.AST _initialValue
_multi
protected boolean _multi
mn8ScriptElement
public mn8ScriptElement()
mn8ScriptElement
public mn8ScriptElement(java.lang.String name,
ElementConcept field,
boolean isStatic,
java.lang.String label,
java.lang.String type,
java.lang.String declaringConcept,
antlr.collections.AST initial)
mn8ScriptElement
public mn8ScriptElement(java.lang.String name,
ElementConcept field,
boolean isStatic,
java.lang.String label,
java.lang.String type,
java.lang.String declaringConcept,
antlr.collections.AST initial,
boolean multi)
isMulti
public boolean isMulti()
- Overrides:
isMulti
in class FieldConcept
newInstance
public Concept newInstance()
- Overrides:
newInstance
in class FieldConcept
isAttribute
public boolean isAttribute()
- Overrides:
isAttribute
in class FieldConcept
isElement
public boolean isElement()
- Overrides:
isElement
in class FieldConcept
getValue
public Concept getValue(Concept on)
- Overrides:
getValue
in class FieldConcept
setStatic
public void setStatic(boolean isStatic)
setValue
public void setValue(Concept on,
Concept value)
- Overrides:
setValue
in class FieldConcept
initializeField
protected boolean initializeField()
- Performs initialization of the _field with the value specified as
the initial value of the field. Assumes that the field is not null initially.
- Returns:
- a
boolean
value of true if the field was initialized
and false other-way.
initializeField
protected boolean initializeField(ElementConcept field)
"Copyright © 2001 Internet Multicasting Services & media.org. All Rights Reserved."