Package org.tailormap.api.viewer.model
Class ColumnMetadata
java.lang.Object
org.tailormap.api.viewer.model.ColumnMetadata
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.10.0")
public class ColumnMetadata
extends Object
implements Serializable
presentation metadata for a feature
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAlias()
Get aliasgetKey()
Name of the attribute.@Valid TMAttributeType
getType()
Get typeint
hashCode()
void
void
void
setType
(TMAttributeType type) toString()
type
(TMAttributeType type)
-
Constructor Details
-
ColumnMetadata
public ColumnMetadata()
-
-
Method Details