Class ConfigStringAttributeType
java.lang.Object
de.bsvrz.puk.config.configFile.datamodel.AbstractConfigSystemObject
de.bsvrz.puk.config.configFile.datamodel.ConfigSystemObject
de.bsvrz.puk.config.configFile.datamodel.ConfigConfigurationObject
de.bsvrz.puk.config.configFile.datamodel.ConfigAttributeType
de.bsvrz.puk.config.configFile.datamodel.ConfigStringAttributeType
- All Implemented Interfaces:
de.bsvrz.dav.daf.main.config.AttributeType,de.bsvrz.dav.daf.main.config.ConfigurationObject,de.bsvrz.dav.daf.main.config.StringAttributeType,de.bsvrz.dav.daf.main.config.SystemObject,de.bsvrz.dav.daf.main.config.UndefinedAttributeValueAccess,Comparable
public class ConfigStringAttributeType
extends ConfigAttributeType
implements de.bsvrz.dav.daf.main.config.StringAttributeType
Implementierung des Interfaces
StringAttributeType auf Seiten der Konfiguration.-
Field Summary
Fields inherited from interface de.bsvrz.dav.daf.main.config.StringAttributeType
ISO_8859_1 -
Constructor Summary
ConstructorsConstructorDescriptionConfigStringAttributeType(de.bsvrz.dav.daf.main.config.ConfigurationArea configurationArea, SystemObjectInformationInterface systemObjectInfo) Konstruktor eines Zeichenketten-Attribut-Typen. -
Method Summary
Modifier and TypeMethodDescriptionbyteintbooleanisDefined(de.bsvrz.dav.daf.main.Data data) booleanvoidsetToUndefined(de.bsvrz.dav.daf.main.Data data) Methods inherited from class de.bsvrz.puk.config.configFile.datamodel.ConfigAttributeType
getDefaultAttributeValue, loadDefaultAttributeValueMethods inherited from class de.bsvrz.puk.config.configFile.datamodel.ConfigConfigurationObject
addSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, invalidate, isValid, removeSet, revalidate, simpleRevalidateMethods inherited from class de.bsvrz.puk.config.configFile.datamodel.ConfigSystemObject
createConfigurationData, equals, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationDataBytes, getId, getName, getObjectLookupForData, getPid, getType, getUsedAttributeGroupUsages, hashCode, originalHashCode, removeConfigurationData, setConfigurationData, setConfigurationData, setName, simpleInvalidationMethods inherited from class de.bsvrz.puk.config.configFile.datamodel.AbstractConfigSystemObject
compareTo, getConfigurationArea, getConfigurationData, getDataModel, getInfo, getNameOrPidOrId, getPidOrId, getPidOrNameOrId, isOfType, isOfType, setConfigurationData, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.bsvrz.dav.daf.main.config.AttributeType
getDefaultAttributeValueMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.bsvrz.dav.daf.main.config.ConfigurationObject
addSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, removeSet, revalidateMethods inherited from interface de.bsvrz.dav.daf.main.config.SystemObject
getConfigurationArea, getConfigurationData, getConfigurationData, getConfigurationData, getDataModel, getId, getInfo, getName, getNameOrPidOrId, getPid, getPidOrId, getPidOrNameOrId, getType, getUsedAttributeGroupUsages, invalidate, isOfType, isOfType, isValid, setConfigurationData, setConfigurationData, setConfigurationData, setName, toString
-
Constructor Details
-
ConfigStringAttributeType
public ConfigStringAttributeType(de.bsvrz.dav.daf.main.config.ConfigurationArea configurationArea, SystemObjectInformationInterface systemObjectInfo) Konstruktor eines Zeichenketten-Attribut-Typen.- Parameters:
configurationArea- Konfigurationsbereich dieses Zeichenketten-Attribut-TypensystemObjectInfo- das korrespondierende Objekt aus den Konfigurationsdateien
-
-
Method Details
-
getMaxLength
public int getMaxLength()- Specified by:
getMaxLengthin interfacede.bsvrz.dav.daf.main.config.StringAttributeType
-
isLengthLimited
public boolean isLengthLimited()- Specified by:
isLengthLimitedin interfacede.bsvrz.dav.daf.main.config.StringAttributeType
-
getEncodingName
- Specified by:
getEncodingNamein interfacede.bsvrz.dav.daf.main.config.StringAttributeType
-
getEncodingValue
public byte getEncodingValue()- Specified by:
getEncodingValuein interfacede.bsvrz.dav.daf.main.config.StringAttributeType
-
setToUndefined
public void setToUndefined(de.bsvrz.dav.daf.main.Data data) - Specified by:
setToUndefinedin interfacede.bsvrz.dav.daf.main.config.UndefinedAttributeValueAccess
-
isDefined
public boolean isDefined(de.bsvrz.dav.daf.main.Data data) - Specified by:
isDefinedin interfacede.bsvrz.dav.daf.main.config.UndefinedAttributeValueAccess
-