@Entity public abstract class WpsParameter extends PersistentObject
| Constructor and Description |
|---|
WpsParameter()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClassType() |
String |
getDisplayName() |
Set<String> |
getSupportedFormats() |
Set<String> |
getSupportedGeometryTypes() |
String |
getValueType() |
int |
hashCode() |
void |
setDisplayName(String displayName) |
void |
setSupportedFormats(Set<String> supportedFormats) |
void |
setSupportedGeometryTypes(Set<String> supportedGeometryTypes) |
void |
setValueType(String valueType) |
String |
toString() |
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissionspublic String getClassType()
public String getValueType()
public void setValueType(String valueType)
valueType - the valueType to setpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - the displayName to setpublic void setSupportedFormats(Set<String> supportedFormats)
supportedFormats - the supportedFormats to setpublic Set<String> getSupportedGeometryTypes()
public void setSupportedGeometryTypes(Set<String> supportedGeometryTypes)
supportedGeometryTypes - the supportedGeometryTypes to setpublic int hashCode()
public boolean equals(Object obj)
public String toString()
toString in class PersistentObjectCopyright © 2020 terrestris GmbH & Co. KG. All rights reserved.