public class OneFilter
extends java.lang.Object
Constructor and Description |
---|
OneFilter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Returns the class name of the filter.
|
Instance[] |
getInstance()
Returns all the instances of the filter.
|
java.io.Serializable |
getOptions()
Returns filter's options.
|
boolean |
isOn()
Returns whether the filter is on (used by OmegaT).
|
boolean |
isSourceEncodingVariable()
Returns whether the filter's source encoding can be varied by user
|
boolean |
isTargetEncodingVariable()
Returns whether the filter's target encoding can be varied by user
|
void |
setClassName(java.lang.String value)
Sets the class name of the filter.
|
void |
setInstance(Instance[] instance)
Sets all the instances of the filter at once.
|
void |
setOn(boolean value)
Sets whether the filter is on (used by OmegaT).
|
void |
setOptions(java.io.Serializable options)
Setter for property options.
|
void |
setSourceEncodingVariable(boolean value)
Sets whether the filter's source encoding can be varied by user
|
void |
setTargetEncodingVariable(boolean value)
Sets whether the filter's target encoding can be varied by user
|
public java.lang.String getClassName()
public void setClassName(java.lang.String value)
public Instance[] getInstance()
public void setInstance(Instance[] instance)
public boolean isSourceEncodingVariable()
public void setSourceEncodingVariable(boolean value)
public boolean isTargetEncodingVariable()
public void setTargetEncodingVariable(boolean value)
public boolean isOn()
public void setOn(boolean value)
public java.io.Serializable getOptions()
public void setOptions(java.io.Serializable options)
options
- New value of property options.