com.supermap.dtf.feature.impls
类 AttributeDescription
- java.lang.Object
-
- com.supermap.dtf.feature.impls.AttributeDescription
-
- 所有已实现的接口:
- IAttributeDescription, Serializable
public class AttributeDescription extends Object implements IAttributeDescription
- 作者:
- guohs
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器和说明 AttributeDescription()
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 com.supermap.data.FieldType
getFieldType()
获取字段类型boolean
getIsExposed()
该字段是否暴露boolean
getIsInternal()
该字段是否是内部字段String
getName()
属性名void
setFieldType(com.supermap.data.FieldType fieldType)
void
setIsExposed(boolean exposed)
void
setIsInternal(boolean internal)
void
setName(String name)
-
-
-
方法详细资料
-
getName
public String getName()
从接口复制的说明:IAttributeDescription
属性名- 指定者:
getName
在接口中IAttributeDescription
- 返回:
-
setName
public void setName(String name)
- 指定者:
setName
在接口中IAttributeDescription
-
getFieldType
public com.supermap.data.FieldType getFieldType()
从接口复制的说明:IAttributeDescription
获取字段类型- 指定者:
getFieldType
在接口中IAttributeDescription
- 返回:
-
setFieldType
public void setFieldType(com.supermap.data.FieldType fieldType)
- 指定者:
setFieldType
在接口中IAttributeDescription
-
getIsInternal
public boolean getIsInternal()
从接口复制的说明:IAttributeDescription
该字段是否是内部字段- 指定者:
getIsInternal
在接口中IAttributeDescription
- 返回:
-
setIsInternal
public void setIsInternal(boolean internal)
- 指定者:
setIsInternal
在接口中IAttributeDescription
-
getIsExposed
public boolean getIsExposed()
从接口复制的说明:IAttributeDescription
该字段是否暴露- 指定者:
getIsExposed
在接口中IAttributeDescription
- 返回:
-
setIsExposed
public void setIsExposed(boolean exposed)
- 指定者:
setIsExposed
在接口中IAttributeDescription
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.