public abstract static class FilterSpec.AbstractFilterEffect extends Object implements FilterSpec.FilterEffect
Modifier and Type | Field and Description |
---|---|
protected String |
in |
protected short |
inputType |
protected String |
resultId |
Constructor and Description |
---|
AbstractFilterEffect(String resultId) |
Modifier and Type | Method and Description |
---|---|
short |
getInputType() |
String |
getResultId()
Return the filter result Id.
|
void |
setIn(String in) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEffect, resolveEffect
protected final String resultId
protected String in
protected short inputType
public AbstractFilterEffect(String resultId)
public short getInputType()
getInputType
in interface FilterSpec.FilterEffect
public void setIn(String in)
setIn
in interface FilterSpec.FilterEffect
public String getResultId()
FilterSpec.FilterEffect
getResultId
in interface FilterSpec.FilterEffect
Copyright © 2023. All rights reserved.