public class ShapeModifier extends Object
Constructor and Description |
---|
ShapeModifier() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getExclude() |
List<Map<String,Member>> |
getInject() |
List<Map<String,ModifyModelShapeModifier>> |
getModify() |
Integer |
getStaxTargetDepthOffset() |
boolean |
isExcludeShape() |
void |
setExclude(List<String> exclude) |
void |
setExcludeShape(boolean excludeShape) |
void |
setInject(List<Map<String,Member>> inject) |
void |
setModify(List<Map<String,ModifyModelShapeModifier>> modify) |
void |
setStaxTargetDepthOffset(Integer staxTargetDepthOffset) |
public boolean isExcludeShape()
public void setExcludeShape(boolean excludeShape)
public List<String> getExclude()
public List<Map<String,ModifyModelShapeModifier>> getModify()
public void setModify(List<Map<String,ModifyModelShapeModifier>> modify)
public List<Map<String,Member>> getInject()
public Integer getStaxTargetDepthOffset()
public void setStaxTargetDepthOffset(Integer staxTargetDepthOffset)
Copyright © 2020. All rights reserved.