org.netbeans.modules.xml.xam.dom
Class AbstractDocumentComponent.PrefixAttribute
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDocumentComponent.PrefixAttribute
public AbstractDocumentComponent.PrefixAttribute(String name)
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