eu.monnetproject.lemon.model
Interface Example

All Superinterfaces:
LemonElement, LemonElementOrPredicate
All Known Implementing Classes:
ExampleImpl

public interface Example
extends LemonElement

A usage example for a given sense

Author:
John McCrae

Method Summary
 Text getValue()
          Get the value of the example
 void setValue(Text value)
          Set the value of the example
 
Methods inherited from interface eu.monnetproject.lemon.model.LemonElement
addAnnotation, addProperty, addType, getAnnotations, getAnnotations, getID, getProperty, getPropertys, getTypes, removeAnnotation, removeProperty, removeType
 
Methods inherited from interface eu.monnetproject.lemon.model.LemonElementOrPredicate
getURI
 

Method Detail

getValue

Text getValue()
Get the value of the example


setValue

void setValue(Text value)
Set the value of the example



Copyright © 2012. All Rights Reserved.