com.supermap.services.providers
类 ExcludedFieldsInLayer
- java.lang.Object
 - 
- com.supermap.services.providers.ExcludedFieldsInLayer
 
 
- 
- 所有已实现的接口:
 - java.io.Serializable
 
public class ExcludedFieldsInLayer extends java.lang.Object implements java.io.Serializable针对图层的字段排除设置
- 从以下版本开始:
 - 8.1.0
 - 另请参阅:
 - 序列化表格
 
 
- 
- 
字段概要
字段 限定符和类型 字段和说明 java.lang.StringexcludedFields被过滤的字段列表java.lang.StringlayerName被过滤的图层 
- 
构造器概要
构造器 构造器和说明 ExcludedFieldsInLayer()ExcludedFieldsInLayer(ExcludedFieldsInLayer excludedFieldsInLayer) 
- 
方法概要
方法 限定符和类型 方法和说明 ExcludedFieldsInLayercopy()booleanequals(java.lang.Object objToEqual)ExcludedFieldsInLayerexcludedFields(java.lang.String excludedFields)java.lang.StringgetExcludedFields()java.lang.StringgetLayerName()inthashCode()ExcludedFieldsInLayerlayerName(java.lang.String layerName)voidsetExcludedFields(java.lang.String excludedFields)voidsetLayerName(java.lang.String layerName) 
 - 
 
- 
- 
字段详细资料
- 
layerName
public java.lang.String layerName
被过滤的图层 
- 
excludedFields
public java.lang.String excludedFields
被过滤的字段列表 
 - 
 
- 
构造器详细资料
- 
ExcludedFieldsInLayer
public ExcludedFieldsInLayer()
 
- 
ExcludedFieldsInLayer
public ExcludedFieldsInLayer(ExcludedFieldsInLayer excludedFieldsInLayer)
 
 - 
 
- 
方法详细资料
- 
getLayerName
public java.lang.String getLayerName()
 
- 
setLayerName
public void setLayerName(java.lang.String layerName)
 
- 
getExcludedFields
public java.lang.String getExcludedFields()
 
- 
setExcludedFields
public void setExcludedFields(java.lang.String excludedFields)
 
- 
copy
public ExcludedFieldsInLayer copy()
 
- 
equals
public boolean equals(java.lang.Object objToEqual)
- 覆盖:
 equals在类中java.lang.Object
 
- 
hashCode
public int hashCode()
- 覆盖:
 hashCode在类中java.lang.Object
 
- 
layerName
public ExcludedFieldsInLayer layerName(java.lang.String layerName)
 
- 
excludedFields
public ExcludedFieldsInLayer excludedFields(java.lang.String excludedFields)
 
 - 
 
 -