org.netbeans.modules.xml.xam/1 1.18.0 1

org.netbeans.modules.xml.xam.dom
Class AbstractDocumentComponent.PrefixAttribute

java.lang.Object
  extended by org.netbeans.modules.xml.xam.dom.AbstractDocumentComponent.PrefixAttribute
All Implemented Interfaces:
Attribute
Enclosing class:
AbstractDocumentComponent<C extends DocumentComponent<C>>

public static class AbstractDocumentComponent.PrefixAttribute
extends Object
implements Attribute


Constructor Summary
AbstractDocumentComponent.PrefixAttribute(String name)
           
 
Method Summary
 Class getMemberType()
          If #getType return a container type, this returns type of its contained member.
 String getName()
          Name of attribute.
 Class getType()
          Type of attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDocumentComponent.PrefixAttribute

public AbstractDocumentComponent.PrefixAttribute(String name)
Method Detail

getType

public Class getType()
Description copied from interface: Attribute
Type of attribute.

Specified by:
getType in interface Attribute

getName

public String getName()
Description copied from interface: Attribute
Name of attribute.

Specified by:
getName in interface Attribute

getMemberType

public Class getMemberType()
Description copied from interface: Attribute
If #getType return a container type, this returns type of its contained member.

Specified by:
getMemberType in interface Attribute

org.netbeans.modules.xml.xam/1 1.18.0 1

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.