public class BooleanType extends AtomicType
Java class for BooleanType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BooleanType"> <complexContent> <extension base="{http://www.miuml.org/metamodel}AtomicType"> <attribute name="DefaultValue" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
defaultValue |
element, localName
Constructor and Description |
---|
BooleanType() |
Modifier and Type | Method and Description |
---|---|
boolean |
isDefaultValue()
Gets the value of the defaultValue property.
|
void |
setDefaultValue(boolean value)
Sets the value of the defaultValue property.
|
getElement, getLocalName, setElement, setLocalName
Copyright © 2012–2022. All rights reserved.