com.supermap.chart
类 AttributeBinding
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.chart.AttributeBinding
-
- 所有已实现的接口:
- IDisposable
public class AttributeBinding extends com.supermap.data.InternalHandleDisposable
S100数据模型中,要素类型或者信息类型关联的属性信息。
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象所占用的资源。String
getAttribute()
获取属性的编码static long
getHandle(com.supermap.data.InternalHandle obj)
boolean
getMultiplicityInfinite()
String
getMultiplicityLower()
String
getMultiplicityUpper()
String[]
getPermittedValues()
获取属性字段的预期值。static void
setHandle(com.supermap.data.InternalHandle obj, long handle)
static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
-
方法详细资料
-
dispose
public void dispose()
释放对象所占用的资源。调用该方法之后,此对象不再可用。
-
getAttribute
public String getAttribute()
获取属性的编码- 返回:
-
getMultiplicityLower
public String getMultiplicityLower()
-
getMultiplicityUpper
public String getMultiplicityUpper()
-
getMultiplicityInfinite
public boolean getMultiplicityInfinite()
-
getPermittedValues
public String[] getPermittedValues()
获取属性字段的预期值。- 返回:
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
getHandle
public static long getHandle(com.supermap.data.InternalHandle obj)
-
setHandle
public static void setHandle(com.supermap.data.InternalHandle obj, long handle)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.