public class PocMethodFacade extends Object
Constructor and Description |
---|
PocMethodFacade(String name,
PocMethodType type)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name of the method.
|
PocMethodType |
getType()
Get the method type.
|
static PocMethodFacade |
parse(String s)
Parse a string from CDM.
|
public PocMethodFacade(String name, PocMethodType type)
name
- name of the methodtype
- method type (may be null)public String getName()
public PocMethodType getType()
public static PocMethodFacade parse(String s)
s
- string to parseCopyright © 2002-2023 CS GROUP. All rights reserved.