public class UMLField extends Object implements PlantUMLDiagramElement
| Constructor and Description |
|---|
UMLField(ClassifierType paramClassifierType,
VisibilityType paramVisibilityType,
String paramName,
String paramType)
Instantiates a new uml field.
|
| Modifier and Type | Method and Description |
|---|---|
ClassifierType |
getClassifierType()
Gets the classifier type.
|
String |
getDiagramText()
Gets the diagram text.
|
String |
getName()
Gets the name.
|
String |
getType()
Gets the type.
|
VisibilityType |
getVisibilityType()
Gets the visibility type.
|
public UMLField(ClassifierType paramClassifierType, VisibilityType paramVisibilityType, String paramName, String paramType)
paramClassifierType - - ClassifierType - the classifier typeparamVisibilityType - - VisibilityType - the visibility typeparamName - - String - the nameparamType - - String - the type namepublic String getType()
public String getName()
public ClassifierType getClassifierType()
public VisibilityType getVisibilityType()
public String getDiagramText()
PlantUMLDiagramElementgetDiagramText in interface PlantUMLDiagramElementCopyright © 2019. All rights reserved.