|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.common.model.ExtensionParameter
fr.cnes.sitools.plugins.resources.model.ResourceParameter
public final class ResourceParameter
Class for parameters of resources
Constructor Summary | |
---|---|
ResourceParameter()
Constructor |
|
ResourceParameter(ResourceParameter clone)
Constructor by copy |
|
ResourceParameter(java.lang.String name,
java.lang.String description,
ResourceParameterType type)
Constructor |
Method Summary | |
---|---|
int |
getSequence()
Gets the sequence value |
ResourceParameterType |
getType()
Gets the type value |
java.lang.Boolean |
getUserUpdatable()
Gets the userUpdatable value |
java.lang.Object |
getValueObject()
Gets the object value |
void |
setSequence(int sequence)
Sets the value of sequence |
void |
setType(ResourceParameterType type)
Sets the value of type |
void |
setUserUpdatable(java.lang.Boolean userUpdatable)
Sets the value of userUpdatable |
void |
setValueObject(java.lang.Object valueObject)
Sets the object |
Methods inherited from class fr.cnes.sitools.common.model.ExtensionParameter |
---|
getDescription, getName, getValue, getValueType, setDescription, setName, setValue, setValueType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceParameter()
public ResourceParameter(ResourceParameter clone)
clone
- ResourceParameterpublic ResourceParameter(java.lang.String name, java.lang.String description, ResourceParameterType type)
name
- the name of the parameterdescription
- the description of the parametertype
- the type of the parameterMethod Detail |
---|
public void setType(ResourceParameterType type)
type
- the type to setpublic ResourceParameterType getType()
public java.lang.Object getValueObject()
public void setValueObject(java.lang.Object valueObject)
valueObject
- the object to setpublic java.lang.Boolean getUserUpdatable()
public void setUserUpdatable(java.lang.Boolean userUpdatable)
userUpdatable
- the userUpdatable to setpublic int getSequence()
public void setSequence(int sequence)
sequence
- the sequence to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |