public class OdMethodFacade extends Object
Constructor and Description |
---|
OdMethodFacade(String name, OdMethodType type, String tool)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
获取方法的名称。
|
String |
getTool()
获取用于轨道确定的工具。
|
OdMethodType |
getType()
获取方法类型。
|
static OdMethodFacade |
parse(String s)
从OCM解析字符串。
|
public OdMethodFacade(String name, OdMethodType type, String tool)
name
- 方法的名称
type
- 方法类型(可以为null)
tool
- 用于轨道确定的工具(可以为null)
public String getName()
public OdMethodType getType()
public String getTool()
public static OdMethodFacade parse(String s)
s
- 要解析的字符串
Copyright © 2002-2023 CS GROUP. All rights reserved.