/** * * <!-- begin-user-doc --> * <!-- end-user-doc --> * This is specialized for the more specific element type known in this context. * * @generated */ @Override public Link[] getValues() { if (values == null || values.isEmpty()) return VALUES_EEMPTY_ARRAY; BasicEList<Link> list = (BasicEList<Link>) values; list.shrink(); return (Link[]) list.data(); }
public GrEMFStructuralFeaturesList( InternalEObject owner, BasicEList<EStructuralFeature> eAllStructuralFeatures) { super( owner, EcorePackage.eINSTANCE.getEClass_EAllStructuralFeatures(), eAllStructuralFeatures.size(), eAllStructuralFeatures.data()); this.init(); }