public class Stereotype extends Object implements Serializable, Cloneable
Constructor and Description |
---|
Stereotype() |
Modifier and Type | Method and Description |
---|---|
Stereotype |
clone()
Method clone.
|
String |
getClassifier()
Get classifier of the artifact.
|
String |
getExtension()
Get extension of the artifact.
|
String |
getType()
Get type ID of the stereotype.
|
void |
setClassifier(String classifier)
Set classifier of the artifact.
|
void |
setExtension(String extension)
Set extension of the artifact.
|
void |
setType(String type)
Set type ID of the stereotype.
|
public Stereotype clone()
public String getClassifier()
public String getExtension()
public String getType()
public void setClassifier(String classifier)
classifier
- public void setExtension(String extension)
extension
- public void setType(String type)
type
- Copyright © 2012-2019 Red Hat, Inc.. All Rights Reserved.