Uses of Class
fr.cnes.sitools.properties.model.SitoolsPropertyType

Packages that use SitoolsPropertyType
fr.cnes.sitools.properties.model   
 

Uses of SitoolsPropertyType in fr.cnes.sitools.properties.model
 

Methods in fr.cnes.sitools.properties.model that return SitoolsPropertyType
 SitoolsPropertyType SitoolsProperty.getType()
          Gets the type value
static SitoolsPropertyType SitoolsPropertyType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SitoolsPropertyType[] SitoolsPropertyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.cnes.sitools.properties.model with parameters of type SitoolsPropertyType
 void SitoolsProperty.setType(SitoolsPropertyType type)
          Sets the value of type
 

Constructors in fr.cnes.sitools.properties.model with parameters of type SitoolsPropertyType
SitoolsProperty(java.lang.String newName, java.lang.String newValue, java.lang.String newScope, SitoolsPropertyType newType)
          Constructor with name, value, scope and type attributes
 



Copyright © 2010-2013 CNES. All Rights Reserved.