|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.util.Property
fr.cnes.sitools.properties.model.SitoolsProperty
public class SitoolsProperty
Model object to store a Property but specific to a DataSet. It adds a type attribute of type DataSetPropertyType
Constructor Summary | |
---|---|
SitoolsProperty()
Default constuctor |
|
SitoolsProperty(java.lang.String newName,
java.lang.String newValue,
java.lang.String newScope,
SitoolsPropertyType newType)
Constructor with name, value, scope and type attributes |
Method Summary | |
---|---|
SitoolsPropertyType |
getType()
Gets the type value |
void |
setType(SitoolsPropertyType type)
Sets the value of type |
Methods inherited from class fr.cnes.sitools.util.Property |
---|
equals, getName, getScope, getValue, hashCode, setName, setScope, setValue |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SitoolsProperty()
public SitoolsProperty(java.lang.String newName, java.lang.String newValue, java.lang.String newScope, SitoolsPropertyType newType)
newName
- namenewValue
- valuenewScope
- new scopenewType
- the DataSetPropertyTypeMethod Detail |
---|
public void setType(SitoolsPropertyType type)
type
- the type to setpublic SitoolsPropertyType getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |