Uses of Class
com.metsci.glimpse.dspl.schema.Value

Packages that use Value
com.metsci.glimpse.dspl.schema   
com.metsci.glimpse.dspl.util Support utilities for DSPL parsing. 
 

Uses of Value in com.metsci.glimpse.dspl.schema
 

Methods in com.metsci.glimpse.dspl.schema that return Value
 Value ObjectFactory.createValue()
          Create an instance of Value
 Value Concept.getDefaultValue()
          Gets the value of the defaultValue property.
 

Methods in com.metsci.glimpse.dspl.schema that return types with arguments of type Value
 java.util.List<Value> Values.getValue()
          Gets the value of the value property.
 java.util.List<Value> ConceptInfo.Synonym.getValue()
          Gets the value of the value property.
 java.util.List<Value> Attribute.getValue()
          Gets the value of the value property.
 

Methods in com.metsci.glimpse.dspl.schema with parameters of type Value
 void Concept.setDefaultValue(Value value)
          Sets the value of the defaultValue property.
 

Uses of Value in com.metsci.glimpse.dspl.util
 

Method parameters in com.metsci.glimpse.dspl.util with type arguments of type Value
static java.lang.String DsplHelper.getValueEnglish(java.util.List<Value> valueList)
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.