public class XSDAttributeLogicImpl extends XSDAttributeLogic
XSDAttribute
,
Serialized FormmetaObject
contextRoot, 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, validateInvariants
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validate
public XSDAttributeLogicImpl(Object metaObject, String context)
metaObject
- context
- protected String handleGetMaxOccurs()
XSDAttributeLogic
handleGetMaxOccurs
in class XSDAttributeLogic
XSDAttributeLogic.handleGetMaxOccurs()
,
XSDAttribute.getMaxOccurs()
protected String handleGetMinOccurs()
XSDAttributeLogic
handleGetMinOccurs
in class XSDAttributeLogic
XSDAttributeLogic.handleGetMinOccurs()
,
XSDAttribute.getMinOccurs()
protected boolean handleIsXsdAttribute()
XSDAttributeLogic
handleIsXsdAttribute
in class XSDAttributeLogic
XSDAttributeLogic.handleIsXsdAttribute()
,
XSDAttribute.isXsdAttribute()
protected boolean handleIsXsdElement()
XSDAttributeLogic
handleIsXsdElement
in class XSDAttributeLogic
XSDAttribute.isXsdElement()
,
XSDAttributeLogic.handleIsXsdElement()
protected boolean handleIsOwnerSchemaType()
handleIsOwnerSchemaType
in class XSDAttributeLogic
XSDAttributeLogic.handleIsOwnerSchemaType()
,
XSDAttribute.isOwnerSchemaType()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.