public interface SDRFAttribute
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAttributeType()
Get the type of this attribute. 
 | 
String | 
getAttributeValue()
Get the value associated to this attribute in the spreadsheet. 
 | 
String | 
getNodeName()
Deprecated. 
 
since version 1.1, use  
getAttributeValue() instead.  Preserved for backwards compatibility | 
String | 
getNodeType()
Deprecated. 
 
since version 1.1, use  
getAttributeType() instead.  Preserved for backwards compatibility | 
String[] | 
headers()
Returns a string array representing the headers of this node and all it's attributes. 
 | 
String[] | 
values()
Returns the strings representing the values of this node and all it's attributes, indexed by the matching
 headers. 
 | 
String getAttributeType()
String getAttributeValue()
@Deprecated String getNodeType()
getAttributeType() instead.  Preserved for backwards compatibility@Deprecated String getNodeName()
getAttributeValue() instead.  Preserved for backwards compatibilityString[] headers()
Copyright © 2014. All rights reserved.