org.n52.security.common.protocol.artifact
Interface TransferAttribute

All Known Implementing Classes:
HttpHeaderAttribute, SimpleTransferAttribute

public interface TransferAttribute

Tasks of Interface TransferAttribute:

  1. Thats a Name-Value Attribute Pair
  2. It covers special Attributes for different DCP-Types

Author:
reiprecht

Method Summary
 java.lang.String getName()
           
 java.lang.Object getValue()
           
 

Method Detail

getName

public java.lang.String getName()

getValue

public java.lang.Object getValue()


Copyright © 2004-2007 52 North. All Rights Reserved.