Schnittstelle MessageAttribute
- Alle bekannten Implementierungsklassen:
MessageAttributeImpl
public interface MessageAttribute
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungexplain(int level) booleanbyte[]bytedouble[]doublelongfloat[]floatint[]intlong[]long<TYPE extends Message>
TYPEString[]byte[]toBytes()byte[]toBytes(FileDataWriter fileDataWriter) byte[]toBytes(FileDataWriter fileDataWriter, boolean updateFileData) voidwrite(DataOutputStream dos, FileDataWriter fileDataWriter, boolean updateFileData)
-
Methodendetails
-
getAttributeDefinition
AttributeDefinition getAttributeDefinition() -
getReferencedObject
Message getReferencedObject() -
getReferencedObjects
-
getReferencedObjectAsType
-
getReferencedObjectsAsType
-
getBooleanAttribute
boolean getBooleanAttribute() -
getByteAttribute
byte getByteAttribute() -
getIntAttribute
int getIntAttribute() -
getLongAttribute
long getLongAttribute() -
getFloatAttribute
float getFloatAttribute() -
getDoubleAttribute
double getDoubleAttribute() -
getStringAttribute
String getStringAttribute() -
getFileData
FileData getFileData() -
getFileDataFileName
String getFileDataFileName() -
getFileDataFileLength
long getFileDataFileLength() -
getBitSetAttribute
BitSet getBitSetAttribute() -
getByteArrayAttribute
byte[] getByteArrayAttribute() -
getIntArrayAttribute
int[] getIntArrayAttribute() -
getLongArrayAttribute
long[] getLongArrayAttribute() -
getFloatArrayAttribute
float[] getFloatArrayAttribute() -
getDoubleArrayAttribute
double[] getDoubleArrayAttribute() -
getStringArrayAttribute
String[] getStringArrayAttribute() -
getTimestampAttribute
Instant getTimestampAttribute() -
getDateTimeAttribute
LocalDateTime getDateTimeAttribute() -
getDateAttribute
LocalDate getDateAttribute() -
getTimeAttribute
LocalTime getTimeAttribute() -
getGenericMessageAttribute
Message getGenericMessageAttribute() -
getAsString
String getAsString() -
write
void write(DataOutputStream dos, FileDataWriter fileDataWriter, boolean updateFileData) throws IOException - Löst aus:
IOException
-
toBytes
- Löst aus:
IOException
-
toBytes
- Löst aus:
IOException
-
toBytes
- Löst aus:
IOException
-
explain
-