javax.ccpp
Interface Attribute

All Known Implementing Classes:
BooleanAttribute, DimensionAttribute, IntegerAttribute, LiteralAttribute, RationalAttribute, SequenceAttribute, SetAttribute

public interface Attribute

Version:
$Rev: 889147 $ $Date: 2009-12-10 09:59:58 +0100 (Do, 10. Dez 2009) $

Method Summary
 Component getComponent()
           
 AttributeDescription getDescription()
           
 String getName()
           
 Object getValue()
           
 boolean isDefault()
           
 String toString()
           
 

Method Detail

getComponent

Component getComponent()

getDescription

AttributeDescription getDescription()

getName

String getName()

getValue

Object getValue()

isDefault

boolean isDefault()

toString

String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.