edu.ksu.cis.cadena.core.adapter.property
Class PropertyDeclarationAdapter

java.lang.Object
  extended by edu.ksu.cis.cadena.core.adapter.BaseCadenaAdapter
      extended by edu.ksu.cis.cadena.core.adapter.property.PropertyDeclarationAdapter
All Implemented Interfaces:
CadenaAdapter

public class PropertyDeclarationAdapter
extends BaseCadenaAdapter


Field Summary
static java.lang.String EMPTY_NAME_ERROR
           
static java.lang.String KIND_UNSET_ERROR
           
static java.lang.String TYPE_UNSET_ERROR
           
 
Fields inherited from class edu.ksu.cis.cadena.core.adapter.BaseCadenaAdapter
REFERENCED_OBJECT_IN_TRASH_ERROR
 
Constructor Summary
PropertyDeclarationAdapter()
           
 
Method Summary
 void checkKind(PropertyDeclaration declaration)
           
 void checkName(PropertyDeclaration declaration)
           
 void checkNode(EObject node)
          Called when a complete check of the model is performed.
 void checkType(PropertyDeclaration declaration)
           
 void forwardReferenceChanged(Notification notification, EObject notifyingObject, EStructuralFeature notifyingObjectFeature)
           
 
Methods inherited from class edu.ksu.cis.cadena.core.adapter.BaseCadenaAdapter
addAffectedReferrers, addNotificationValues, getAffectedValues, getTarget, isAdapterForType, notifyChanged, setMarkers, setTarget
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_NAME_ERROR

public static final java.lang.String EMPTY_NAME_ERROR

KIND_UNSET_ERROR

public static final java.lang.String KIND_UNSET_ERROR

TYPE_UNSET_ERROR

public static final java.lang.String TYPE_UNSET_ERROR
Constructor Detail

PropertyDeclarationAdapter

public PropertyDeclarationAdapter()
Method Detail

checkNode

public void checkNode(EObject node)
Description copied from interface: CadenaAdapter
Called when a complete check of the model is performed. All checks that the adapter provides should be checked by this call.

Specified by:
checkNode in interface CadenaAdapter
Overrides:
checkNode in class BaseCadenaAdapter
Parameters:
node - The current node being checked.

forwardReferenceChanged

public void forwardReferenceChanged(Notification notification,
                                    EObject notifyingObject,
                                    EStructuralFeature notifyingObjectFeature)
Specified by:
forwardReferenceChanged in interface CadenaAdapter
Specified by:
forwardReferenceChanged in class BaseCadenaAdapter

checkName

public void checkName(PropertyDeclaration declaration)

checkKind

public void checkKind(PropertyDeclaration declaration)

checkType

public void checkType(PropertyDeclaration declaration)