Class SubjectPreferencesConfig.Settings.Setting
java.lang.Object
de.businesscode.bcdui.subjectsettings.config.SubjectPreferencesConfig.Settings.Setting
- Enclosing class:
- SubjectPreferencesConfig.Settings
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Values">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" maxOccurs="unbounded">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="false" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attribute name="isMulti" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="false" />
<attribute name="preventEmpty" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="false" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="SourceSetting">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="isMulti" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="false" />
<attribute name="defaults" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="false" />
<attribute name="preventEmpty" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="false" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="caption" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java-Klasse für anonymous complex type.static class
Java-Klasse für anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Caption which can be used in a widget.protected String
Refers to the SubjectSetting type introduced by this preference.The allowed values a user may choose from are controlled by his/her entries in bcd_sec_user_settings.The allowed values a user may choose from are provided in a fixed set of values here. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCaption which can be used in a widget.getName()
Refers to the SubjectSetting type introduced by this preference.The allowed values a user may choose from are controlled by his/her entries in bcd_sec_user_settings.The allowed values a user may choose from are provided in a fixed set of values here.void
setCaption
(String value) Legt den Wert der caption-Eigenschaft fest.void
Legt den Wert der name-Eigenschaft fest.void
Legt den Wert der sourceSetting-Eigenschaft fest.void
Legt den Wert der values-Eigenschaft fest.
-
Field Details
-
values
The allowed values a user may choose from are provided in a fixed set of values here. -
sourceSetting
The allowed values a user may choose from are controlled by his/her entries in bcd_sec_user_settings. -
name
Refers to the SubjectSetting type introduced by this preference. Referenced by its name same as a right_type from bcd_sec_user_settings. -
caption
Caption which can be used in a widget.
-
-
Constructor Details
-
Setting
public Setting()
-
-
Method Details
-
getValues
The allowed values a user may choose from are provided in a fixed set of values here.- Returns:
- possible object is
SubjectPreferencesConfig.Settings.Setting.Values
-
setValues
Legt den Wert der values-Eigenschaft fest.- Parameters:
value
- allowed object isSubjectPreferencesConfig.Settings.Setting.Values
- See Also:
-
getSourceSetting
The allowed values a user may choose from are controlled by his/her entries in bcd_sec_user_settings.- Returns:
- possible object is
SubjectPreferencesConfig.Settings.Setting.SourceSetting
-
setSourceSetting
Legt den Wert der sourceSetting-Eigenschaft fest.- Parameters:
value
- allowed object isSubjectPreferencesConfig.Settings.Setting.SourceSetting
- See Also:
-
getName
Refers to the SubjectSetting type introduced by this preference. Referenced by its name same as a right_type from bcd_sec_user_settings.- Returns:
- possible object is
String
-
setName
Legt den Wert der name-Eigenschaft fest. -
getCaption
Caption which can be used in a widget.- Returns:
- possible object is
String
-
setCaption
Legt den Wert der caption-Eigenschaft fest.- Parameters:
value
- allowed object isString
- See Also:
-