Class AttributeValues
- java.lang.Object
-
- de.bsvrz.dav.daf.communication.dataRepresentation.data.util.AttributeValues
-
public final class AttributeValues extends java.lang.ObjectKlasse, die Hilfsmethoden zum Zugriff und zur Konvertierung von Attributwerten zur Verfügung stellt.
-
-
Constructor Summary
Constructors Constructor Description AttributeValues()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckValue(AttributeType attributeType, java.lang.String textValue, ObjectLookup objectLookup)static booleanhasUndefinedValue(AttributeType attributeType)
-
-
-
Method Detail
-
checkValue
public static void checkValue(AttributeType attributeType, java.lang.String textValue, ObjectLookup objectLookup)
-
hasUndefinedValue
public static boolean hasUndefinedValue(AttributeType attributeType)
-
-