Schnittstelle MessageAttribute

Alle bekannten Implementierungsklassen:
MessageAttributeImpl

public interface MessageAttribute
  • Methodendetails

    • getAttributeDefinition

      AttributeDefinition getAttributeDefinition()
    • getReferencedObject

      Message getReferencedObject()
    • getReferencedObjects

      List<Message> getReferencedObjects()
    • getReferencedObjectAsType

      <TYPE extends Message> TYPE getReferencedObjectAsType()
    • getReferencedObjectsAsType

      <TYPE extends Message> List<TYPE> 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

      byte[] toBytes() throws IOException
      Löst aus:
      IOException
    • toBytes

      byte[] toBytes(FileDataWriter fileDataWriter) throws IOException
      Löst aus:
      IOException
    • toBytes

      byte[] toBytes(FileDataWriter fileDataWriter, boolean updateFileData) throws IOException
      Löst aus:
      IOException
    • explain

      String explain(int level)