public class PocMethodFacade extends Object
Constructor and Description |
---|
PocMethodFacade(String name, PocMethodType type)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
获取方法的名称。
|
PocMethodType |
getType()
获取方法类型。
|
static PocMethodFacade |
parse(String s)
从CDM解析字符串。
|
public PocMethodFacade(String name, PocMethodType type)
name
- 方法的名称
type
- 方法类型(可以为null)
public String getName()
public PocMethodType getType()
public static PocMethodFacade parse(String s)
s
- 要解析的字符串
Copyright © 2002-2023 CS GROUP. All rights reserved.