Package org.openforis.collect.mondrian
Class Schema.Parameter
java.lang.Object
org.openforis.collect.mondrian.Schema.Parameter
- Enclosing class:
Schema
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="String"/>
<enumeration value="Numeric"/>
<enumeration value="Integer"/>
<enumeration value="Boolean"/>
<enumeration value="Date"/>
<enumeration value="Time"/>
<enumeration value="Timestamp"/>
<enumeration value="Member"/>
</restriction>
</simpleType>
</attribute>
<attribute name="modifiable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the defaultValue property.Gets the value of the description property.getName()Gets the value of the name property.getType()Gets the value of the type property.booleanGets the value of the modifiable property.voidsetDefaultValue(String value) Sets the value of the defaultValue property.voidsetDescription(String value) Sets the value of the description property.voidsetModifiable(Boolean value) Sets the value of the modifiable property.voidSets the value of the name property.voidSets the value of the type property.
-
Field Details
-
name
-
description
-
type
-
modifiable
-
defaultValue
-
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
isModifiable
public boolean isModifiable()Gets the value of the modifiable property.- Returns:
- possible object is
Boolean
-
setModifiable
Sets the value of the modifiable property.- Parameters:
value- allowed object isBoolean
-
getDefaultValue
Gets the value of the defaultValue property.- Returns:
- possible object is
String
-
setDefaultValue
Sets the value of the defaultValue property.- Parameters:
value- allowed object isString
-