Package org.eclipse.esmf.constraint.impl
Class DefaultEncodingConstraint
java.lang.Object
org.eclipse.esmf.metamodel.impl.ModelElementImpl
org.eclipse.esmf.metamodel.impl.DefaultConstraint
org.eclipse.esmf.constraint.impl.DefaultEncodingConstraint
- All Implemented Interfaces:
Comparable<ModelElementImpl>,EncodingConstraint,Constraint,ModelElement,NamedElement
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultEncodingConstraint(MetaModelBaseAttributes metaModelBaseAttributes, Charset value) -
Method Summary
Methods inherited from class org.eclipse.esmf.metamodel.impl.ModelElementImpl
compareTo, getAspectModelUrn, getDescriptions, getMetaModelVersion, getName, getPreferredNames, getSee, hasSyntheticNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.esmf.metamodel.ModelElement
as, getMetaModelVersion, isMethods inherited from interface org.eclipse.esmf.metamodel.NamedElement
getAspectModelUrn, getDescription, getDescriptions, getName, getPreferredName, getPreferredNames, getSee, hasSyntheticName
-
Constructor Details
-
DefaultEncodingConstraint
-
-
Method Details
-
getValue
Constrains the encoding (character set) of a property.- Specified by:
getValuein interfaceEncodingConstraint- Returns:
- the value.
-
accept
Accepts an Aspect visitor- Specified by:
acceptin interfaceModelElement- Overrides:
acceptin classDefaultConstraint- Type Parameters:
T- The result type of the traversal operationC- The context of the visitor traversal- Parameters:
visitor- The visitor to accept
-
toString
- Overrides:
toStringin classDefaultConstraint
-
equals
- Overrides:
equalsin classModelElementImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classModelElementImpl
-