public class OdMethodFacade extends Object
Constructor and Description |
---|
OdMethodFacade(String name,
OdMethodType type,
String tool)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name of the method.
|
String |
getTool()
Get the tool used for OD.
|
OdMethodType |
getType()
Get the method type.
|
static OdMethodFacade |
parse(String s)
Parse a string from OCM.
|
public OdMethodFacade(String name, OdMethodType type, String tool)
name
- name of the methodtype
- method type (may be null)tool
- tool used for OD (may be null)public String getName()
public OdMethodType getType()
public String getTool()
public static OdMethodFacade parse(String s)
s
- string to parseCopyright © 2002-2022 CS GROUP. All rights reserved.