com.apelon.dts.client.attribute
Interface DTSAttribute

All Known Implementing Classes:
DTSProperty, DTSQualifier, DTSRole

public interface DTSAttribute

The DTSAttribute provides access to name and value of an attribute.

Copyright: Copyright (c) 2002

Company: Apelon, Inc.

Version:
DTS 3.0
Author:
Apelon, Inc.

Method Summary
 String getName()
          Gets the name of the attribute.
 String getValue()
          Gets the value of the attribute.
 

Method Detail

getName

String getName()
Gets the name of the attribute.

Returns:
the name of the attribute.

getValue

String getValue()
Gets the value of the attribute.

Returns:
the value of the attribute.


Copyright © 2011. All Rights Reserved.