public class ArrayLocalValue extends LocalValue
| 构造器和说明 |
|---|
ArrayLocalValue() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getType() |
List<LocalValue> |
getValue() |
void |
setType(String type) |
void |
setValue(List<LocalValue> value) |
setValuepublic String getType()
getType 在类中 LocalValuepublic void setType(String type)
setType 在类中 LocalValuepublic List<LocalValue> getValue()
getValue 在类中 LocalValuepublic void setValue(List<LocalValue> value)
Copyright © 2020–2025. All rights reserved.