mn8 Language Reference | Index    

Field

SUMMARY: NO ATTRIBUTES  NO ELEMENTS  NO CONSTRUCTORS  NO OPERATORS  METHODS SUMMARYDETAIL: NO ATTRIBUTES  NO ELEMENTS  NO CONSTRUCTORS  NO OPERATORS  METHOD DETAILS

Description

Usage

Version: 0.1
Authors:Remus Pereni (http://neuro.nolimits.ro)
Location:
Inherits: Concept

Method List

StringgetFieldLabel
ConceptgetInitialValue
StringgetName
ConceptgetValue (Concept $on)
setValue (Concept $on, Concept $value)
top
Methods inherited from: Concept
cloneConcept, extendsConcept, fromXML, getAllInheritedConcepts, getConceptAttribute, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptLabel, getConceptMethod, getConceptMethods, getConceptOperators, getConceptType, getErrorHandler, getInheritedConcepts, getResourceURI, hasConceptAttribute, hasConceptElement, hasConceptMethod, hasPath, isHidden, loadContent, setConceptLabel, setErrorHandler, setHidden, setShowEmpty, showEmpty, toTXT, toXML, setResourceURI

Detailed Method Info

getFieldLabel
Returns: String

Returns this concept label.

top
getInitialValue
Returns: Concept

Returns the initial value of this Field.

top
getName
Returns: String

Returns this concept name.

top
getValue (Concept $on)
Parameters:
$on :A concept which value will be searched in this Field.
Returns: Concept

Returns the value of the concept given as parameter if it is found in this Field.

top
setValue (Concept $on, Concept $value)
Parameters:
$on :The element which value will be set.
$value :The value which will be set.
Returns:

Sets the given element value to the specified value.

top