public class Field extends Member
Java class for Field complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Field"> <complexContent> <extension base="{http://www.miuml.org/metamodel}Member"> <attribute name="Type" type="{http://www.miuml.org/metamodel}Name" /> </extension> </complexContent> </complexType>
Constructor and Description |
---|
Field() |
Modifier and Type | Method and Description |
---|---|
String |
getType()
Gets the value of the type property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
Copyright © 2012–2022. All rights reserved.