| Modifier and Type | Field and Description |
|---|---|
protected ContentType |
contentType |
protected TransformationUnit |
transformationUnit |
| Constructor and Description |
|---|
TransformationRuleElement() |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
getContentType()
Returns the content type of this element.
|
TransformationUnit |
getTransformationUnit()
Returns the transformation unit in which this element belongs to.
|
void |
setContentType(ContentType contentType)
Sets the content type of this element.
|
void |
setTransformationUnit(TransformationUnit transformation)
Sets the transformation unit in which this element belongs to.
|
protected TransformationUnit transformationUnit
protected ContentType contentType
public ContentType getContentType()
public void setContentType(ContentType contentType)
contentType - The content type of this element.public TransformationUnit getTransformationUnit()
public void setTransformationUnit(TransformationUnit transformation)
transformation - the transformation unit in which this element belongs to.Copyright © 2014. All Rights Reserved.