public interface XSDAttribute extends AttributeFacade
| Modifier and Type | Method and Description |
|---|---|
String |
getMaxOccurs()
Gets the maximum amount this element can occur within an XML Schema complex type (if the
object represents an attribute this value will be null).
|
String |
getMinOccurs()
Returns the minimum amount that this object can occur with an XML Schema complex type (if the
object represents an attribute this value will be null).
|
boolean |
isOwnerSchemaType()
Indicates whether or not the owner of this attribute is an XML schema type.
|
boolean |
isXsdAttribute()
Returns true if this object represents an XSD attribute, false otherwise.
|
boolean |
isXSDAttributeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isXsdElement()
Returns true if this object represents an XSD element, false otherwise.
|
findTaggedValue, getDefaultValue, getEnumeration, getEnumerationLiteralParameters, getEnumerationValue, getGetterName, getGetterSetterTypeName, getLower, getOwner, getSetterName, getType, getUpper, isAddOnly, isAttributeFacadeMetaType, isChangeable, isDefaultValuePresent, isDerived, isEnumerationLiteral, isEnumerationLiteralParametersExist, isEnumerationMember, isLeaf, isMany, isOrdered, isReadOnly, isRequired, isStatic, isUniquecopyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariantsboolean isXSDAttributeMetaType()
trueString getMaxOccurs()
String getMinOccurs()
boolean isOwnerSchemaType()
boolean isXsdAttribute()
boolean isXsdElement()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.