Class GenericResourcePlugin
- java.lang.Object
-
- org.gcube.resourcemanagement.support.shared.plugins.GenericResourcePlugin
-
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable,Serializable
public class GenericResourcePlugin extends Object implements Serializable, com.google.gwt.user.client.rpc.IsSerializable
- Author:
- Daniele Strollo (ISTI-CNR)
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGenericResourcePlugin.Fieldstatic classGenericResourcePlugin.FieldType
-
Constructor Summary
Constructors Constructor Description GenericResourcePlugin()Deprecated.for serialization onlyGenericResourcePlugin(String name, String namespace, String description, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParam(GenericResourcePlugin.Field param)StringgetDescription()StringgetName()StringgetNamespace()List<GenericResourcePlugin.Field>getParams()StringgetType()
-
-
-
Method Detail
-
addParam
public final void addParam(GenericResourcePlugin.Field param)
-
getName
public final String getName()
-
getDescription
public final String getDescription()
-
getType
public final String getType()
-
getNamespace
public final String getNamespace()
-
getParams
public final List<GenericResourcePlugin.Field> getParams()
-
-