public abstract class BasePattern extends Object implements Pattern
| Modifier and Type | Field and Description |
|---|---|
protected com4j.Com4jObject |
pattern
The underlying automation pattern
|
| Constructor and Description |
|---|
BasePattern()
Constructs a Pattern
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAvailable()
Is this pattern available?
|
void |
setPattern(com4j.Com4jObject pattern)
Sets the pattern
|
public void setPattern(com4j.Com4jObject pattern)
setPattern in interface Patternpattern - The pattern to setpublic boolean isAvailable()
isAvailable in interface PatternCopyright © 2016. All rights reserved.