net.sf.farrago.cwm.core
Class CwmClass$Hib
java.lang.Object
org.eigenbase.enki.jmi.impl.RefBaseObjectBase
org.eigenbase.enki.jmi.impl.RefFeaturedBase
org.eigenbase.enki.jmi.impl.RefObjectBase
org.eigenbase.enki.hibernate.storage.HibernateObject
org.eigenbase.enki.hibernate.jmi.HibernateRefObject
net.sf.farrago.cwm.core.CwmClass$Hib
- All Implemented Interfaces:
- RefBaseObject, RefFeatured, RefObject, CwmClass, CwmClassifier, CwmElement, CwmModelElement, CwmNamespace, HibernateAssociable, HibernateIdentifiable
public class CwmClass$Hib
- extends HibernateRefObject
- implements CwmClass, HibernateAssociable
Class object instance interface.
A class is a description of a set of objects that share the same
attributes, operations, methods, relationships, and semantics. A class may
use a set of interfaces to specify collections of operations it provides
to its environment. In the metamodel, a Class describes a set of objects
sharing a collection of Features that are common to the set of objects.
The purpose of a Class is to declare a collection of Features that fully
describe the structure and behavior of objects. Some Classes may not be
directly instantiated. These Classes are said to be abstract and exist
only for other Classes to inherit and reuse the Features declared by them.
No object may be a direct instance of an abstract Class, although an
object may be an indirect instance of one through a subclass that is
non-abstract.
A Class acts as the namespace for various kinds of contained elements
defined within its scope, including classes, interfaces and associations
(note that this is purely a scoping construction and does not imply
anything about aggregation). The contained classes can be used as ordinary
classes in the container class. If a class inherits another class, the
contents of the ancestor are available to its descendents if the
visibility of an element is public or protected; however, if the
visibility is private, then the element is not visible and therefore not
available in the descendant.
Note: This type should not be subclassed,
implemented or directly instantiated by clients. It is generated from a
MOF metamodel and implemented by Enki or MDR.
Methods inherited from class org.eigenbase.enki.jmi.impl.RefBaseObjectBase |
createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMofId, refOutermostPackage, refVerifyConstraints, setMofId |
_id
private static final String _id
- See Also:
- Constant Field Values
name$Hib
protected String name$Hib
visibility$Hib
protected String visibility$Hib
isAbstract$Hib
protected Boolean isAbstract$Hib
clientDependency$Hib
protected HibernateManyToManyLazyAssociation clientDependency$Hib
constraint$Hib
protected HibernateManyToManyLazyAssociation constraint$Hib
importer$Hib
protected HibernateManyToManyLazyAssociation importer$Hib
namespace$Hib
protected HibernateOneToManyLazyHighCardinalityAssociation namespace$Hib
ownedElement$Hib
protected HibernateOneToManyLazyHighCardinalityAssociation ownedElement$Hib
feature$Hib
protected HibernateOneToManyLazyOrderedAssociation feature$Hib
dependencySupplier_SupplierDependency$Hib
protected HibernateManyToManyLazyAssociation dependencySupplier_SupplierDependency$Hib
stereotypedElement_Stereotype$Hib
protected HibernateOneToManyLazyAssociation stereotypedElement_Stereotype$Hib
structuralFeatureType_StructuralFeature$Hib
protected HibernateOneToManyLazyHighCardinalityAssociation structuralFeatureType_StructuralFeature$Hib
taggedElement_TaggedValue$Hib
protected HibernateOneToManyLazyAssociation taggedElement_TaggedValue$Hib
parameterType_Parameter$Hib
protected HibernateOneToManyLazyHighCardinalityAssociation parameterType_Parameter$Hib
instanceClassifier_Instance$Hib
protected HibernateOneToManyLazyAssociation instanceClassifier_Instance$Hib
classifierAlias_Alias$Hib
protected HibernateOneToManyLazyAssociation classifierAlias_Alias$Hib
indexSpansClass_Index$Hib
protected HibernateOneToManyLazyAssociation indexSpansClass_Index$Hib
userAssignedNamespace_NamespaceAssignee$Hib
protected HibernateOneToManyLazyAssociation userAssignedNamespace_NamespaceAssignee$Hib
privilegeIsGrantedOnElement_Privilege$Hib
protected HibernateOneToManyLazyHighCardinalityAssociation privilegeIsGrantedOnElement_Privilege$Hib
CwmClass$Hib
CwmClass$Hib()
CwmClass$Hib
CwmClass$Hib(String name,
VisibilityKind visibility,
boolean isAbstract)
getName$Hib
public String getName$Hib()
setName$Hib
public void setName$Hib(String newValue)
getName
public String getName()
- Description copied from interface:
CwmModelElement
- Returns the value of attribute name.
An identifier for the ModelElement within its containing Namespace.
- Specified by:
getName
in interface CwmModelElement
- Returns:
- Value of attribute name.
setName
public void setName(String newValue)
- Description copied from interface:
CwmModelElement
- Sets the value of name attribute. See
CwmModelElement.getName()
for
description on the attribute.
- Specified by:
setName
in interface CwmModelElement
- Parameters:
newValue
- New value to be set.
getVisibility$Hib
public String getVisibility$Hib()
setVisibility$Hib
public void setVisibility$Hib(String newValue)
getVisibility
public VisibilityKind getVisibility()
- Description copied from interface:
CwmModelElement
- Returns the value of attribute visibility.
Specifies extent of the visibility of the ModelElement within its
owning Namespace.
- Specified by:
getVisibility
in interface CwmModelElement
- Returns:
- Value of attribute visibility.
setVisibility
public void setVisibility(VisibilityKind newValue)
- Description copied from interface:
CwmModelElement
- Sets the value of visibility attribute. See
CwmModelElement.getVisibility()
for description on the attribute.
- Specified by:
setVisibility
in interface CwmModelElement
- Parameters:
newValue
- New value to be set.
getIsAbstract$Hib
public Boolean getIsAbstract$Hib()
setIsAbstract$Hib
public void setIsAbstract$Hib(Boolean newValue)
isAbstract
public boolean isAbstract()
- Description copied from interface:
CwmClassifier
- Returns the value of attribute isAbstract.
An abstract Classifier is not instantiable.
- Specified by:
isAbstract
in interface CwmClassifier
- Returns:
- Value of attribute isAbstract.
setAbstract
public void setAbstract(boolean newValue)
- Description copied from interface:
CwmClassifier
- Sets the value of isAbstract attribute. See
CwmClassifier.isAbstract()
for
description on the attribute.
- Specified by:
setAbstract
in interface CwmClassifier
- Parameters:
newValue
- New value to be set.
getClientDependency
public Collection<CwmDependency> getClientDependency()
- Description copied from interface:
CwmModelElement
- Returns the value of reference clientDependency.
- Specified by:
getClientDependency
in interface CwmModelElement
- Returns:
- Value of reference clientDependency. Element type:
CwmDependency
getClientDependency$Hib
public HibernateManyToManyLazyAssociation getClientDependency$Hib()
setClientDependency$Hib
public void setClientDependency$Hib(HibernateManyToManyLazyAssociation newValue)
getConstraint
public Collection<CwmConstraint> getConstraint()
- Description copied from interface:
CwmModelElement
- Returns the value of reference constraint.
- Specified by:
getConstraint
in interface CwmModelElement
- Returns:
- Value of reference constraint. Element type:
CwmConstraint
getConstraint$Hib
public HibernateManyToManyLazyAssociation getConstraint$Hib()
setConstraint$Hib
public void setConstraint$Hib(HibernateManyToManyLazyAssociation newValue)
getImporter
public Collection<CwmPackage> getImporter()
- Description copied from interface:
CwmModelElement
- Returns the value of reference importer.
- Specified by:
getImporter
in interface CwmModelElement
- Returns:
- Value of reference importer. Element type:
CwmPackage
getImporter$Hib
public HibernateManyToManyLazyAssociation getImporter$Hib()
setImporter$Hib
public void setImporter$Hib(HibernateManyToManyLazyAssociation newValue)
getNamespace
public CwmNamespace getNamespace()
- Description copied from interface:
CwmModelElement
- Returns the value of reference namespace.
- Specified by:
getNamespace
in interface CwmModelElement
- Returns:
- Value of reference namespace.
setNamespace
public void setNamespace(CwmNamespace newValue)
- Description copied from interface:
CwmModelElement
- Sets the value of namespace reference. See
CwmModelElement.getNamespace()
for
description on the attribute.
- Specified by:
setNamespace
in interface CwmModelElement
- Parameters:
newValue
- New value to be set.
getNamespace$Hib
public HibernateOneToManyLazyHighCardinalityAssociation getNamespace$Hib()
setNamespace$Hib
public void setNamespace$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)
getOwnedElement
public Collection<CwmModelElement> getOwnedElement()
- Description copied from interface:
CwmNamespace
- Returns the value of reference ownedElement.
- Specified by:
getOwnedElement
in interface CwmNamespace
- Returns:
- Value of reference ownedElement. Element type:
CwmModelElement
getOwnedElement$Hib
public HibernateOneToManyLazyHighCardinalityAssociation getOwnedElement$Hib()
setOwnedElement$Hib
public void setOwnedElement$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)
getFeature
public List<CwmFeature> getFeature()
- Description copied from interface:
CwmClassifier
- Returns the value of reference feature.
- Specified by:
getFeature
in interface CwmClassifier
- Returns:
- Value of reference feature. Element type:
CwmFeature
getFeature$Hib
public HibernateOneToManyLazyOrderedAssociation getFeature$Hib()
setFeature$Hib
public void setFeature$Hib(HibernateOneToManyLazyOrderedAssociation newValue)
getDependencySupplier_SupplierDependency$Hib
public HibernateManyToManyLazyAssociation getDependencySupplier_SupplierDependency$Hib()
setDependencySupplier_SupplierDependency$Hib
public void setDependencySupplier_SupplierDependency$Hib(HibernateManyToManyLazyAssociation newValue)
getStereotypedElement_Stereotype$Hib
public HibernateOneToManyLazyAssociation getStereotypedElement_Stereotype$Hib()
setStereotypedElement_Stereotype$Hib
public void setStereotypedElement_Stereotype$Hib(HibernateOneToManyLazyAssociation newValue)
getStructuralFeatureType_StructuralFeature$Hib
public HibernateOneToManyLazyHighCardinalityAssociation getStructuralFeatureType_StructuralFeature$Hib()
setStructuralFeatureType_StructuralFeature$Hib
public void setStructuralFeatureType_StructuralFeature$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)
getTaggedElement_TaggedValue$Hib
public HibernateOneToManyLazyAssociation getTaggedElement_TaggedValue$Hib()
setTaggedElement_TaggedValue$Hib
public void setTaggedElement_TaggedValue$Hib(HibernateOneToManyLazyAssociation newValue)
getParameterType_Parameter$Hib
public HibernateOneToManyLazyHighCardinalityAssociation getParameterType_Parameter$Hib()
setParameterType_Parameter$Hib
public void setParameterType_Parameter$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)
getInstanceClassifier_Instance$Hib
public HibernateOneToManyLazyAssociation getInstanceClassifier_Instance$Hib()
setInstanceClassifier_Instance$Hib
public void setInstanceClassifier_Instance$Hib(HibernateOneToManyLazyAssociation newValue)
getClassifierAlias_Alias$Hib
public HibernateOneToManyLazyAssociation getClassifierAlias_Alias$Hib()
setClassifierAlias_Alias$Hib
public void setClassifierAlias_Alias$Hib(HibernateOneToManyLazyAssociation newValue)
getIndexSpansClass_Index$Hib
public HibernateOneToManyLazyAssociation getIndexSpansClass_Index$Hib()
setIndexSpansClass_Index$Hib
public void setIndexSpansClass_Index$Hib(HibernateOneToManyLazyAssociation newValue)
getUserAssignedNamespace_NamespaceAssignee$Hib
public HibernateOneToManyLazyAssociation getUserAssignedNamespace_NamespaceAssignee$Hib()
setUserAssignedNamespace_NamespaceAssignee$Hib
public void setUserAssignedNamespace_NamespaceAssignee$Hib(HibernateOneToManyLazyAssociation newValue)
getPrivilegeIsGrantedOnElement_Privilege$Hib
public HibernateOneToManyLazyHighCardinalityAssociation getPrivilegeIsGrantedOnElement_Privilege$Hib()
setPrivilegeIsGrantedOnElement_Privilege$Hib
public void setPrivilegeIsGrantedOnElement_Privilege$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)
getAssociation
public HibernateAssociation getAssociation(String type,
boolean firstEnd)
- Specified by:
getAssociation
in interface HibernateAssociable
setAssociation
public void setAssociation(String type,
boolean firstEnd,
HibernateAssociation assoc)
- Specified by:
setAssociation
in interface HibernateAssociable
getOrCreateAssociation
public HibernateAssociation getOrCreateAssociation(String type,
boolean firstEnd)
- Specified by:
getOrCreateAssociation
in interface HibernateAssociable
removeAssociations
protected void removeAssociations()
- Specified by:
removeAssociations
in class HibernateRefObject
getComposingAssociations
public Collection<HibernateAssociation> getComposingAssociations()
- Specified by:
getComposingAssociations
in class HibernateRefObject
getNonComposingAssociations
public Collection<HibernateAssociation> getNonComposingAssociations()
- Specified by:
getNonComposingAssociations
in class HibernateRefObject
refImmediateComposite
public RefObject refImmediateComposite()
- Specified by:
refImmediateComposite
in interface RefObject
- Overrides:
refImmediateComposite
in class RefObjectBase
checkConstraints
protected void checkConstraints(List<JmiException> errors,
boolean deepVerify)
- Specified by:
checkConstraints
in class RefBaseObjectBase
getClassIdentifier
public String getClassIdentifier()
- Specified by:
getClassIdentifier
in class HibernateRefObject