Class SubjectPreferencesConfig.Settings.Setting.Values
java.lang.Object
de.businesscode.bcdui.subjectsettings.config.SubjectPreferencesConfig.Settings.Setting.Values
- Enclosing class:
- SubjectPreferencesConfig.Settings.Setting
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>
<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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java-Klasse für anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
If true, is it allowed to select multiple values for the SubjectPreference introduced here.protected String
If true, the defaults are set not only at the beginning at the session when no cookie is given but also when the user deselects all values.A value that can be selected by the user. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIf true, is it allowed to select multiple values for the SubjectPreference introduced here.If true, the defaults are set not only at the beginning at the session when no cookie is given but also when the user deselects all values.getValue()
A value that can be selected by the user.void
setIsMulti
(String value) Legt den Wert der isMulti-Eigenschaft fest.void
setPreventEmpty
(String value) Legt den Wert der preventEmpty-Eigenschaft fest.
-
Field Details
-
value
A value that can be selected by the user. Star '*' means all (other) available values mentioned here are selected at the same time. -
isMulti
If true, is it allowed to select multiple values for the SubjectPreference introduced here. -
preventEmpty
If true, the defaults are set not only at the beginning at the session when no cookie is given but also when the user deselects all values.
-
-
Constructor Details
-
Values
public Values()
-
-
Method Details
-
getValue
A value that can be selected by the user. Star '*' means all (other) available values mentioned here are selected at the same time. Gets the value of the value property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the value property.For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
SubjectPreferencesConfig.Settings.Setting.Values.Value
- Returns:
- The value of the value property.
-
getIsMulti
If true, is it allowed to select multiple values for the SubjectPreference introduced here.- Returns:
- possible object is
String
-
setIsMulti
Legt den Wert der isMulti-Eigenschaft fest.- Parameters:
value
- allowed object isString
- See Also:
-
getPreventEmpty
If true, the defaults are set not only at the beginning at the session when no cookie is given but also when the user deselects all values.- Returns:
- possible object is
String
-
setPreventEmpty
Legt den Wert der preventEmpty-Eigenschaft fest.- Parameters:
value
- allowed object isString
- See Also:
-