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