public class XSDDataType extends AbstractClassifier implements IDataType
IModelElement.ElementTypenameToAttributeOBJECT| Constructor and Description |
|---|
XSDDataType(String name,
IPackage container) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDocumentation()
Return any documentation associated with the element.
|
IModelElement.ElementType |
getElementType()
Return an enum indicating what type of element this is, to reduce the need to
sub-cast prematurely.
|
String |
getParentName() |
boolean |
hasStrippedAttributes() |
boolean |
isBuiltIn()
Return true if this is a built-in NRL type
|
void |
setAttributesStripped(boolean attributesStripped) |
void |
setParentName(String parentName) |
addAttribute, getAttributeByName, getAttributes, getAttributes, hasAttribute, hasNonStaticAttributes, hasStaticAttributes, isEnumeration, rebuildAttributeNameMap, removeAttribute, removeAttributeNameMapping, setEnumerationaddChild, getContainingPackage, getDescendants, getName, getOriginalName, getParent, getQualifiedName, getUserData, isAssignableFrom, isSupplementary, setName, setOriginalName, setParent, setSupplementary, setUserDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeByName, getAttributes, hasAttribute, hasStaticAttributes, isEnumerationgetContainingPackage, getDescendants, getName, getOriginalName, getParent, getQualifiedName, getUserData, isAssignableFrom, isSupplementary, setUserDatapublic List<String> getDocumentation()
IModelElementgetDocumentation in interface IModelElementpublic IModelElement.ElementType getElementType()
IModelElementgetElementType in interface IModelElementpublic String getParentName()
public boolean hasStrippedAttributes()
public boolean isBuiltIn()
IDataTypepublic void setParentName(String parentName)
public void setAttributesStripped(boolean attributesStripped)
Copyright © 2006-2013. All Rights Reserved.