public class NativeAttribute extends Attribute
Java class for NativeAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NativeAttribute"> <complexContent> <extension base="{http://www.miuml.org/metamodel}Attribute"> <attribute name="Type" type="{http://www.miuml.org/metamodel}Name" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
type |
extension, identifier, name
Constructor and Description |
---|
NativeAttribute() |
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.
|
getExtension, getIdentifier, getName, setName
protected String type
Copyright © 2012–2022. All rights reserved.