org.media.mn8
Interface FieldDefinition

All Known Implementing Classes:
FieldConcept

public interface FieldDefinition

Version:
$Revision: 1.3 $ $Date: 2001/10/11 00:01:45 $
Author:
Remus Pereni

Method Summary
 Concept getInitialValue()
           
 String getLabel()
           
 String getName()
           
 String getType()
           
 Concept getValue(Concept on)
           
 boolean isAttribute()
           
 boolean isElement()
           
 boolean isStatic()
           
 Concept newInstance()
           
 void setValue(Concept on, Concept value)
           
 

Method Detail

getName

public String getName()

getLabel

public String getLabel()

isStatic

public boolean isStatic()

getType

public String getType()

newInstance

public Concept newInstance()

getInitialValue

public Concept getInitialValue()

getValue

public Concept getValue(Concept on)

setValue

public void setValue(Concept on,
                     Concept value)

isAttribute

public boolean isAttribute()

isElement

public boolean isElement()


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