Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.2.0)
E76725-01
 
- java.lang.Object
 
- 
- oracle.ide.xml.XMLRecognizer.Attribute
 
 
- 
- 
Constructor Summary
Constructors 
| Constructor and Description | 
Attribute(java.lang.String qName,
         java.lang.String value)
Create a new attribute name/value pair. 
 | 
 
- 
Method Summary
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait 
 
 
 
- 
- 
Constructor Detail
- 
Attribute
public Attribute(java.lang.String qName,
                 java.lang.String value)
          throws java.lang.IllegalArgumentException
Create a new attribute name/value pair.
- Parameters:
 
qName - The qualified name of the attribute 
value - The value of the attribute 
- Throws:
 
java.lang.IllegalArgumentException - if any argument is null or empty 
 
 
- 
Method Detail
- 
hashCode
public int hashCode()
- Overrides:
 
hashCode in class java.lang.Object 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.2.0)
E76725-01
 
Copyright © 1997, 2016, Oracle. All rights reserved.