public class XSDAttributeLogicImpl extends XSDAttributeLogic
XSDAttribute,
Serialized FormmetaObjectcontextRoot, logger| Constructor and Description |
|---|
XSDAttributeLogicImpl(Object metaObject,
String context) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
handleGetMaxOccurs()
Method to be implemented in descendants
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).
|
protected String |
handleGetMinOccurs()
Method to be implemented in descendants
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).
|
protected boolean |
handleIsOwnerSchemaType() |
protected boolean |
handleIsXsdAttribute()
Method to be implemented in descendants
Returns true if this object represents an XSD attribute, false otherwise.
|
protected boolean |
handleIsXsdElement()
Method to be implemented in descendants
Returns true if this object represents an XSD element, false otherwise.
|
copyTaggedValues, findTaggedValue, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDefaultValue, getDocumentation, getDocumentation, getDocumentation, getEnumeration, getEnumerationLiteralParameters, getEnumerationValue, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getGetterName, getGetterSetterTypeName, getId, getKeywords, getLabel, getLanguageMappings, getLower, getMaxOccurs, getMinOccurs, getModel, getName, getOwner, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSetterName, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getType, getUpper, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isAddOnly, isAttributeFacadeMetaType, isBindingDependenciesPresent, isChangeable, isConstraintsPresent, isDefaultValuePresent, isDerived, isDocumentationPresent, isEnumerationLiteral, isEnumerationLiteralParametersExist, isEnumerationMember, isLeaf, isMany, isModelElementFacadeMetaType, isOrdered, isOwnerSchemaType, isReadOnly, isRequired, isReservedWord, isStatic, isTemplateParametersPresent, isUnique, isValidIdentifierName, isXsdAttribute, isXSDAttributeMetaType, isXsdElement, resetMetafacadeContext, toString, translateConstraint, translateConstraints, translateConstraints, validateInvariantscompareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validatepublic XSDAttributeLogicImpl(Object metaObject, String context)
metaObject - context - protected String handleGetMaxOccurs()
XSDAttributeLogichandleGetMaxOccurs in class XSDAttributeLogicXSDAttributeLogic.handleGetMaxOccurs(),
XSDAttribute.getMaxOccurs()protected String handleGetMinOccurs()
XSDAttributeLogichandleGetMinOccurs in class XSDAttributeLogicXSDAttributeLogic.handleGetMinOccurs(),
XSDAttribute.getMinOccurs()protected boolean handleIsXsdAttribute()
XSDAttributeLogichandleIsXsdAttribute in class XSDAttributeLogicXSDAttributeLogic.handleIsXsdAttribute(),
XSDAttribute.isXsdAttribute()protected boolean handleIsXsdElement()
XSDAttributeLogichandleIsXsdElement in class XSDAttributeLogicXSDAttribute.isXsdElement(),
XSDAttributeLogic.handleIsXsdElement()protected boolean handleIsOwnerSchemaType()
handleIsOwnerSchemaType in class XSDAttributeLogicXSDAttributeLogic.handleIsOwnerSchemaType(),
XSDAttribute.isOwnerSchemaType()Copyright © 2003–2014 AndroMDA.org. All rights reserved.