org.media.mn8
Class mn8ScriptAttribute
java.lang.Object
|
+--org.media.mn8.Concept
|
+--org.media.mn8.JavaConcept
|
+--org.media.mn8.FieldConcept
|
+--org.media.mn8.mn8ScriptAttribute
- All Implemented Interfaces:
- FieldDefinition
- public class mn8ScriptAttribute
- extends FieldConcept
- Version:
- $Revision: 1.7 $ $Date: 2002/06/05 14:56:23 $
- Author:
- Remus Pereni
Methods inherited from class org.media.mn8.FieldConcept |
clone, getConceptDefinition, getFieldLabel, getFieldName, getInitialValue, getLabel, getName, getType, isMulti, 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 AttributeConcept _field
_initialValue
protected antlr.collections.AST _initialValue
mn8ScriptAttribute
public mn8ScriptAttribute()
mn8ScriptAttribute
public mn8ScriptAttribute(java.lang.String name,
AttributeConcept field,
boolean isStatic,
java.lang.String label,
java.lang.String type,
java.lang.String declaringConcept,
antlr.collections.AST initial)
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(AttributeConcept field)
- 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.
"Copyright © 2001 Internet Multicasting Services & media.org. All Rights Reserved."