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