public class RemovableSemanticType extends java.lang.Object
Constructor and Description |
---|
RemovableSemanticType(SemanticType semanticType,
boolean isRemovable) |
Modifier and Type | Method and Description |
---|---|
SemanticType |
getSemanticType() |
boolean |
isRemovable() |
void |
setIsRemovable(boolean removable) |
void |
setSemanticType(SemanticType semanticType) |
public RemovableSemanticType(SemanticType semanticType, boolean isRemovable)
public void setIsRemovable(boolean removable)
public void setSemanticType(SemanticType semanticType)
public SemanticType getSemanticType()
public boolean isRemovable()