com.supermap.data
类 ContingentCodeValue
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.ContingentValue
-
- com.supermap.data.ContingentCodeValue
-
- 所有已实现的接口:
- IDisposable
public class ContingentCodeValue extends ContingentValue
编码约束值类,属于约束值子类。该类型约束值可以取分配给字段的编码类型值域中的任意值。
- 从以下版本开始:
- 12.0.0
-
-
嵌套类概要
-
从类继承的嵌套类/接口 com.supermap.data.ContingentValue
ContingentValue.ContingentValueType
-
-
构造器概要
构造器 构造器和说明 ContingentCodeValue(String fieldName)
指定字段名创建编码约束值类实例。ContingentCodeValue(String fieldName, CodeInfo codeInfo)
指定字段名创建编码约束值类实例。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 CodeInfo
getCodeInfo()
获取编码信息。ContingentValue.ContingentValueType
getType()
获取约束值类型。void
setCodeInfo(CodeInfo codeInfo)
设置编码信息。-
从类继承的方法 com.supermap.data.ContingentValue
dispose, getFieldName, setFieldName
-
-
-
-
构造器详细资料
-
ContingentCodeValue
public ContingentCodeValue(String fieldName)
指定字段名创建编码约束值类实例。- 参数:
fieldName
- 目标字段名。- 从以下版本开始:
- 12.0.0
-
-
方法详细资料
-
setCodeInfo
public void setCodeInfo(CodeInfo codeInfo)
设置编码信息。- 参数:
codeInfo
- 编码信息,见CodeInfo
。- 从以下版本开始:
- 12.0.0
-
getType
public ContingentValue.ContingentValueType getType()
获取约束值类型。- 覆盖:
getType
在类中ContingentValue
- 返回:
ContingentValueType#CODE
- 从以下版本开始:
- 12.0.0
- 另请参阅:
ContingentValue.ContingentValueType
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.