T
- public class Parameter<T> extends Object
构造器和说明 |
---|
Parameter(String name,
Class<T> type) |
Parameter(String name,
Class<T> type,
String description) |
Parameter(String name,
Class<T> type,
String desc,
boolean essential) |
Parameter(String name,
Class<T> type,
String desc,
boolean essential,
Object defaultValue) |
public final String name
public final String desc
public final boolean essential
public final Object defaultValue
public String getName()
public String getDesc()
public Boolean isEssential()
public T getDefaultValue()
public T find(Map<Parameter,?> map) throws IOException
IOException
public T deserialize(String text) throws IOException
IOException
Copyright © 2021–2024 SuperMap. All rights reserved.